Tzanio Kolev
8a474b7365
Renamed Laplace to Poisson where appropriate
2025-03-31 20:56:40 -07:00
Will Pazner
b023416c47
Use override specifier in more places
...
Identified using clang-tidy check 'modernize-use-override'
2024-08-05 09:45:46 -07:00
Will Pazner
68873fa4d4
Update ex26 and ex26p to use constrained prolongation operators
...
Resolves issue #4002
2023-11-30 19:50:51 -08:00
Tzanio Kolev
a46cf91039
Fixed additional instances of implicit type conversion
2022-06-24 09:43:50 -07:00
Will Pazner
6ac671baa7
Use Mpi class instead of MPI_Init and MPI_Finalize
2022-03-11 17:58:01 -08:00
Tzanio
8f7cb0b3db
Switch to a singleton for the hypre session object: 'HYPRE_Session hypre;' -> 'Hypre::Init();'
2022-03-08 18:06:43 -08:00
Tzanio
447f00d80b
Added a HYPRE_Session class to hypre.?pp and examples/miniapps
2022-03-07 14:22:22 -08:00
Stowell, Mark L
b723fd39cc
Updating applications to use the new OperatorChebyshevSmoother constructors
2021-06-29 09:50:01 -07:00
Julian Andrej
a9ea9cba15
Merge branch 'master' into hypre-mixedint
2021-04-09 12:00:35 -07:00
Tzanio
f84a8d80e0
Merge branch 'master' into chak/multigird-without-fe
2020-12-24 11:42:16 -08:00
chakshinglee
8f5d0ef084
define GeometricMultigrid as a derived class of Multigrid, move the components in Multigrid that depend on finite element spaces to GeometricMultigrid
2020-10-26 15:00:55 -07:00
Tzanio
a53d9c1299
Changes in the examples/ directory before the mfem-4.2 release
2020-10-25 17:07:24 -07:00
Veselin Dobrev
785486f12f
Update examples, miniapps, tests to use HYPRE_BigInt instead
...
of HYPRE_Int where appropriate.
2020-07-25 20:47:06 -07:00
Tzanio
7abd1bcb95
minor
2020-04-18 18:07:43 -07:00
Daniel Drzisga
09c4be18d3
Added descriptions and changed some formatting
2020-04-09 20:25:38 +02:00
Daniel Drzisga
6f047ab99a
* Moved TransferOperators (Prolongations) to FiniteElementSpaceHierarchy
...
* Merged MultigridSolver into Multigrid class
* Moved as much as possible in to the Multigrid class in order to make DiffusionMultigrid smaller
* Changed interfaces such that they look like in the mockup from the 4/1/20 telecon
2020-04-04 12:05:19 +02:00
Daniel Drzisga
17be017974
Renamed SpaceHierarchy to FiniteElementSpaceHierarchy
2020-04-03 16:33:55 +02:00
Tzanio
b5655c5f56
Renamed example 25 to 26
2020-03-23 13:19:56 -07:00