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 |
|
Adrien M. Bernede
|
f4dbd3743d
|
Applying Astyle 3.1
|
2021-09-03 12:14:24 -07:00 |
|
Stowell, Mark L
|
cb8566ed91
|
Merge remote-tracking branch 'origin/master' into no-tet-reorder-dev
# Conflicts:
# fem/fespace.cpp
# fem/gridfunc.cpp
# fem/pfespace.cpp
# tests/unit/fem/test_domain_int.cpp
|
2021-05-21 10:02:19 -07:00 |
|
Julian Andrej
|
a9ea9cba15
|
Merge branch 'master' into hypre-mixedint
|
2021-04-09 12:00:35 -07:00 |
|
Stowell, Mark L
|
ad79a151ff
|
Merge remote-tracking branch 'origin/master' into no-tet-reorder-dev
# Conflicts:
# examples/ex25.cpp
# examples/ex25p.cpp
# fem/gridfunc.cpp
|
2021-01-11 13:30:33 -08:00 |
|
Stowell, Mark L
|
15f839e349
|
Merge remote-tracking branch 'origin/master' into no-tet-reorder-dev
|
2020-12-01 09:22:41 -08:00 |
|
psocratis
|
c5896c35a1
|
Fixing small bug related to l-shape run. Fixing typo MFEM_SUITE_SPARSE->MFEM_USE_SUITESPARSE
|
2020-11-09 12:44:26 -08:00 |
|
Stefan Henneking
|
b65c390271
|
Merged master into feature branch and resolved conflicts.
|
2020-11-06 16:49:47 -08:00 |
|
Stowell, Mark L
|
8e2c36a109
|
Merge remote-tracking branch 'origin/master' into no-tet-reorder-dev
|
2020-11-02 08:49:29 -08:00 |
|
Veselin Dobrev
|
7bf942176e
|
Merge branch 'master' into mumps-solver
|
2020-11-01 03:10:08 -08:00 |
|
Tzanio
|
9bfe9cac44
|
Removed some non-ASCII characters
|
2020-10-26 07:19:28 -07:00 |
|
Tzanio
|
a53d9c1299
|
Changes in the examples/ directory before the mfem-4.2 release
|
2020-10-25 17:07:24 -07:00 |
|
Stefan Henneking
|
78bc8176e7
|
Minor changes to ex25 and ex25p.
|
2020-10-22 12:22:28 -07:00 |
|
Veselin Dobrev
|
3ab4dd4194
|
Some formatting edits.
|
2020-10-22 11:54:40 -07:00 |
|
Stefan Henneking
|
817e9247e9
|
Merge branch 'master' of github.com:mfem/mfem into ex25-gpu
|
2020-10-22 10:41:43 -07:00 |
|
psocratis
|
84d4013a50
|
fix conflicts
|
2020-10-12 18:09:01 -07:00 |
|
Stowell, Mark L
|
65c10cd5e4
|
Merge remote-tracking branch 'origin/master' into no-tet-reorder-dev
# Conflicts:
# fem/gridfunc.cpp
|
2020-10-07 14:06:05 -07:00 |
|
Socratis
|
1d0b509827
|
mumps_solver valgrind issue free. Added mumps_solver to ex25p
|
2020-10-01 18:18:58 -07:00 |
|
Dylan Copeland
|
22fba7ab27
|
Fix compiler warnings.
|
2020-09-10 11:46:23 -07:00 |
|
stefanhenneking
|
1551bf8858
|
minor
|
2020-08-19 12:52:09 -05:00 |
|
stefanhenneking
|
d1b2b6eabf
|
ex25p working with cuda.
|
2020-07-29 12:11:16 -05:00 |
|
stefanhenneking
|
602f9522be
|
Adding PA and device option to ex25p (not yet cuda tested)
|
2020-07-29 11:21:17 -05: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 |
|
psocratis
|
a817874f12
|
make style
|
2020-07-24 16:15:15 -07:00 |
|
psocratis
|
48c9b0f92f
|
Merge branch 'master' into curl-curl-coef
|
2020-07-24 16:06:45 -07:00 |
|
psocratis
|
5977679b6b
|
fixed typo
|
2020-07-24 16:06:31 -07:00 |
|
psocratis
|
25ded86cd3
|
Replaced PMLMatrixCoefficient with PMLDiagMatrixCoefficient (VectorCoefficient) in ex25p.cpp
|
2020-07-24 15:55:24 -07:00 |
|
psocratis
|
f329c3b760
|
fixed ifdef for superlu
|
2020-07-08 20:16:24 -07:00 |
|
psocratis
|
6e145a4ccf
|
Added print_level for UMFPackSolver in ex25. Moved contruction of monolithic HypreParMatrix to the case where SuperLU is used
|
2020-07-08 16:57:13 -07:00 |
|
psocratis
|
49e6225b7d
|
minor fixes
|
2020-07-07 19:41:36 -07:00 |
|
psocratis
|
97440f9500
|
Added ComplexUMFPackSolver to ex25.cpp. Removed unused variable u_gf from ex25[p].cpp
|
2020-07-03 15:33:57 -07:00 |
|
Stowell, Mark L
|
586f1fb5ab
|
Removing ReorientTetMesh from newer examples
|
2020-05-05 14:30:11 -07:00 |
|
Tzanio
|
f3de6e8281
|
Prevent sockets streams from mixing in ex25p
|
2020-03-25 18:18:08 -07:00 |
|
Tzanio
|
8bd1b962ca
|
final changes
|
2020-03-25 17:36:47 -07:00 |
|
Petrides
|
15d5b064fe
|
Modified L-shape example and rewrote some od the comments
|
2020-03-25 17:07:47 -07:00 |
|
Petrides
|
cf88b7f1d8
|
replaced sample run square-with-hole mesh with square-disc.mesh
|
2020-03-25 15:28:49 -07:00 |
|
Petrides
|
c3e7381df2
|
added aliases for Bessel functions
|
2020-03-16 13:10:33 -07:00 |
|
Petrides
|
3f59ede733
|
make style
|
2020-03-16 11:13:02 -07:00 |
|
Petrides
|
2695ab7b5f
|
removed alias for windows, Added reference for the examples
|
2020-03-16 10:55:47 -07:00 |
|
Petrides
|
5096b0aea7
|
Fixed minor things (line lengths and comments)
|
2020-03-13 12:11:22 -07:00 |
|
Petrides
|
0818a66a18
|
minor changes
|
2020-03-06 17:46:26 -08:00 |
|
Petrides
|
a372bf5b81
|
rename ex24 to ex25
|
2020-03-01 13:25:29 -08:00 |
|