Commit Graph
63 Commits
Author SHA1 Message Date
Tzanio Kolev e4c2152419 Update Copyright to 2010-2025 2025-02-03 12:17:26 -08:00
Will Pazner ef9043a122 Replace many instances of GetFE(0) with GetTypicalFE()
Also replace many instances of GetElementTransformation(0) with
GetTypicalElementTransformation() and instances of GetElementGeometry(0) with
GetTypicalElementGeometry().

Remove some "early returns" in PA code with empty partitions. The reasoning is
that the early returns create divergent code paths among different MPI ranks,
which can cause deadlocks if e.g. collectives are used in code paths on not all
ranks.
2024-04-23 14:45:30 -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
Yohann Dudouit 48f4efb5a5 Add a test for variable order using libCEED. 2022-06-06 14:09:26 -07:00
Yohann Dudouit 3c6210d83a Test NLConvection on mixed meshes. 2022-04-06 16:04:26 -07:00
Yohann Dudouit fbf563955d Split Convection tests and test mixed meshes. 2022-04-06 16:03:36 -07:00
Yohann Dudouit a6cd361884 Add mixed mesh tests to "CEED mass & diffusion". 2022-04-06 11:46:16 -07:00
Tzanio 6d2530775b Extended copyright to 2022 2022-02-25 10:24:50 -08:00
Will Pazner d72cd3f5f7 Small modifications to CEED convection unit test 2021-10-09 09:32:23 -06:00
Julian AndrejandYohann 8bb634ffcb Update tests/unit/ceed/test_ceed.cpp
Co-authored-by: Yohann <dudouit1@llnl.gov>
2021-10-08 13:44:58 -07:00
Julian Andrej 15b9085ad5 add unit test 2021-10-08 11:39:33 -07:00
Veselin Dobrev 4a172eaded Merge branch 'master' into ceed-tests-update
Resolved conflicts:
   makefile
   tests/unit/ceed/test_ceed.cpp
2021-04-14 06:16:16 -07:00
Yohann Dudouit 30f0264449 Rename LEGACYFULL to LEGACY. 2021-02-05 15:03:42 -08:00
Yohann Dudouit ab7ebe5556 Merge branch 'master' into yohann/ceed-convection 2021-02-03 16:52:26 -08:00
Yohann Dudouit 028d6b6794 Remove unnecessary include in test_ceed. 2021-02-02 12:28:26 -08:00
Yohann Dudouit 46a1bf2ff7 Rename libceed to ceed in the tests. 2021-02-02 10:52:04 -08:00
Yohann Dudouit 3c25d217e7 Replace a few more mfem_error with MFEM_ABORT. 2021-01-28 09:40:25 -08:00
Yohann Dudouit 13634b53f2 Add a Mass+Diffusion test. 2021-01-27 15:22:18 -08:00
Adrien M. Bernede 04fb572359 Let's forget about 2020 2021-01-26 11:55:36 -08:00
Yohann Dudouit 63b73f5095 Lower the order of the ceed tests to only order 1. 2021-01-06 13:58:03 -08:00
Will Pazner ed9dd4db0c Update unit tests 2021-01-06 13:47:58 -08:00
Yohann Dudouit 8c4dd7e929 Initialize Context coefficient in InitCeedCoeff. 2021-01-06 13:47:58 -08:00
Yohann Dudouit 4f2affb28c Delete ceed.hpp 2021-01-06 13:47:58 -08:00
Yohann Dudouit 308d9c4c8a Fix VecQuad strided restrictions. 2020-12-03 11:55:03 -08:00
Yohann Dudouit 02b6f77c85 Even more complex velocity coefficient. 2020-12-02 16:06:55 -08:00
Yohann Dudouit cd838a0c46 Remove static 2020-12-02 15:59:07 -08:00
Yohann Dudouit 2a911f6779 Change velocity coefficient in tests. 2020-12-02 15:58:51 -08:00
Yohann Dudouit eeaa46b281 @barker29 review remarks. 2020-11-12 16:07:30 -08:00
Veselin Dobrev 04a83fa659 In makefile, make sure files in tests/unit/ceed are included
when calling 'make style'.

Make sure the CEED unit tests are properly built when using
an out-of-source GNU make build.
2020-11-04 04:29:31 -08:00
Yohann Dudouit 6b4ab62f90 Add fichera.mesh to the test for nlconvection. 2020-10-22 17:48:51 -07:00
Yohann Dudouit a51200053f Rename CeedPAAsemble and CeedMFAssemble to CeedAssemble. 2020-10-22 17:16:19 -07:00
Yohann Dudouit b0e1f409c6 Merge branch 'master' into yohann/ceed-convection 2020-10-22 14:33:01 -07:00
Yohann Dudouit 47f5468540 Remove extra semicolons 2020-10-19 11:27:34 -07:00
YohannandWill Pazner ca3aa0e446 Delete coeff.
Co-authored-by: Will Pazner <11493037+pazner@users.noreply.github.com>
2020-10-14 11:20:27 -07:00
YohannandWill Pazner fcf5eeef3e Create FunctionCoefficient only when needed.
Co-authored-by: Will Pazner <11493037+pazner@users.noreply.github.com>
2020-10-14 11:20:03 -07:00
Yohann Dudouit b1d2e2827b Remove compilation warnings in test_ceed.cpp. 2020-10-13 10:56:53 -07:00
Yohann Dudouit b43167f841 Lower the order of the tests. 2020-10-09 16:08:02 -07:00
Will Pazner 2cc635a159 Split CEED unit tests and main file for faster compilation 2020-10-09 12:35:33 -07:00
Yohann Dudouit c409addf73 Remove the test on tet for cuda-gen... 2020-10-08 15:57:19 -07:00
Yohann Dudouit 124be8083d Add tests on periodic and tet mesh. 2020-10-08 15:44:03 -07:00
Yohann Dudouit e9ab616297 Remove fichera-q3 from tests. 2020-09-24 10:08:05 -07:00
Yohann Dudouit 1852d0c8b7 Remove AMR meshes from NLConvection tests. 2020-09-23 18:46:52 -07:00
Yohann Dudouit bdfcbe5631 Add Setup... 2020-09-23 18:09:45 -07:00
Yohann Dudouit 80e9c825a9 Merge branch 'yohann/test-ceed' into yohann/ceed-convection 2020-09-23 13:31:36 -07:00
YohannandWill Pazner 41d0aeeea7 Update tests/unit/ceed/test_ceed.cpp
Handle more cleanly command line option for test_ceed.

Co-authored-by: Will Pazner <11493037+pazner@users.noreply.github.com>
2020-09-23 12:13:16 -07:00
Yohann Dudouit bbf09d0f1e Update test_ceed 2020-09-21 16:16:26 -07:00
Yohann Dudouit 10d5838ecd Change velocity function. 2020-09-18 15:22:13 -07:00
Yohann Dudouit 32d1797302 Fix VectorGridFunctionCoefficient initialization. 2020-09-18 15:11:01 -07:00
Yohann Dudouit c0698bee0e Refactor test_ceed 2020-09-18 12:57:28 -07:00