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 |
|
Tzanio Kolev
|
d983b34924
|
Renamed ftype -> real_t
|
2023-12-13 12:51:43 -08:00 |
|
Dylan Copeland
|
b89222762d
|
Generalized floating point type for all remaining examples.
|
2023-11-06 15:34:42 -08:00 |
|
Stowell, Mark L
|
122061b0ed
|
Switch to using MPI_Gather
|
2023-01-11 09:37:55 -05: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
|
2541143ea9
|
Adding sample more runs to ex20 and ex20p
|
2021-06-04 15:05:15 -07:00 |
|
Stowell, Mark L
|
31ec042d69
|
Splitting the parallel mesh so that each partition is disjoint from the others
|
2021-06-04 10:54:37 -07:00 |
|
Tzanio
|
9d7b9e47fb
|
Minor styling in Example 20.
Updates examples/CMakeLists.txt and .gitignore.
|
2018-07-24 19:53:59 -07:00 |
|
Stowell, Mark L
|
3466f991ca
|
Adding comments commensurate with the other example codes
|
2018-07-24 10:05:13 -07:00 |
|
Stowell, Mark L
|
0c111ee4e1
|
Improving the comments for the new examples
|
2018-07-24 09:42:57 -07:00 |
|
Stowell, Mark L
|
887788da68
|
Merge branch 'hamiltonian-dev' of github.com:mfem/mfem into hamiltonian-dev
# Conflicts:
# doc/CodeDocumentation.dox
# examples/ex20.cpp
# examples/ex20p.cpp
# examples/makefile
|
2018-07-19 09:10:56 -07:00 |
|
Stowell, Mark L
|
8c4a3a7bf5
|
Adding example 20
|
2018-05-25 12:11:18 -07:00 |
|
Tzanio
|
f5558d5054
|
make style
|
2017-11-10 17:14:18 -08:00 |
|
Tzanio
|
981629fac6
|
Merge branch 'master' into hamiltonian-dev
|
2017-11-10 17:13:57 -08:00 |
|