Commit Graph
28 Commits
Author SHA1 Message Date
Veselin Dobrev 2951d5f98e Fix false positives for testing errors in debug mode 2025-06-26 13:51:34 -07:00
Veselin Dobrev 4816fa0849 Added the option to enable GPU-aware MPI in MFEM using the environment
variable 'MFEM_GPU_AWARE_MPI' set to any value. Setting this environment
variable is an alternative to calling 'Device::SetGPUAwareMPI(true)'.

In Device::Print, show the GPU-aware MPI usage status when using a device
backend.

Update some unit tests to better handle failures.
2025-06-25 11:47:31 -07:00
Andrew Ho 0b632bf3d4 Merge remote-tracking branch 'base/master' into hip-unit-tests 2025-04-04 11:39:35 -07:00
Andrew Ho d9d963cc88 Address review comments
- changed use_dev to use_device
- added a way to directly set initial guess order rather than have
  relative order only
- cleanup newton solves
- updated some documentation
2025-03-28 12:47:49 -07:00
Andrew Ho 8b103e1215 changed tests to pass mesh directly 2025-03-17 13:51:17 -07:00
Andrew Ho 52eb4ff76e Added more tests 2025-03-17 11:14:54 -07:00
Andrew Ho 2ced1ceb84 Re-arranged interface to UpdateNodes from a GridFunction
Added tests for 2D embedded in 3D and 3D mesh
2025-03-12 17:42:45 -07:00
Andrew Ho 83f553f4a9 fixed non-power of 2 team sizes
these fail during the tree reduction steps
2025-02-24 02:14:44 -08:00
Andrew Ho 5f4d49691b added tests for batch inverse element transform 2025-02-23 23:54:21 -08:00
Tzanio Kolev e4c2152419 Update Copyright to 2010-2025 2025-02-03 12:17:26 -08:00
Dylan Copeland c009fb9bde Merge branch 'master' of github.com:mfem/mfem into float 2024-03-15 11:31:39 -07:00
Tzanio Kolev 87290fbf56 Update Copyright to 2010-2024 2024-01-27 13:06:49 -08:00
Tzanio Kolev 96e00dc815 Updated COPYRIGHT to 2010-2023 2023-03-11 16:58:18 -08:00
Will Pazner b8b0645195 Use CAPTURE and INFO for unit test output 2022-06-01 16:34:20 -07:00
Will Pazner a1c905b6ee Remove unit test output 2022-05-19 14:54:21 -07:00
Tzanio 6d2530775b Extended copyright to 2022 2022-02-25 10:24:50 -08:00
Stowell, Mark L 475d3d8102 Fixing shadow variables in unit tests 2021-12-28 11:42:51 -08:00
wo80 68aad702e6 Fix MinGW compilation errors 2021-08-30 17:04:23 +02:00
Adrien M. Bernede 04fb572359 Let's forget about 2020 2021-01-26 11:55:36 -08:00
Will Pazner 9d83eed55c Upgrade to Catch v2.13.0 from v1.6.1 2020-08-04 08:37:48 -07:00
Tzanio Kolev b584a1a82d Merge pull request #1266 from mfem/cmake-travis
CMake travis checks
2020-03-17 15:27:27 -07:00
Tzanio 05125e19d5 Removed a space 2020-03-09 15:36:41 -07:00
Chris Vogl 8b8fc929b8 Merge branch 'master' into cmake-travis 2020-03-05 11:58:22 -08:00
Tzanio ca55ef0217 The release number for mfem-4.1 is LLNL-CODE-806117 2020-03-02 17:18:46 -08:00
Tzanio 2caa222edf A number of changes to switch the code from LGPL-2.1 to BSD-3:
- Updated LICENSE, README, CHANGELOG and CONTRIBUTING.md
- Removed COPYRIGHT, added NOTICE
- Updated the headers in all source files, makefiles, etc.
2020-02-23 11:16:46 -08:00
Julian Andrej fdeb0b588a Add cmake builds to travis 2020-02-17 09:22:54 -08:00
Holger Jones 881cc50cfd fix to bring in platform specific rmdir; lowered pts threshold in inversetransform test 2019-04-17 21:21:08 -07:00
Aaron Fisher beb5994616 Renamed the test dirs and fixed some text that had an old version of the directories. 2018-11-09 16:28:51 -08:00