Commit Graph
13 Commits
Author SHA1 Message Date
Tzanio Kolev e4c2152419 Update Copyright to 2010-2025 2025-02-03 12:17:26 -08: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 b2a7499cbf Add options to enable mfem::out test output and verbose mode
Also move global variable definitions to run_unit_tests.hpp to avoid duplication
in each test main cpp file.
2022-06-02 15:34:00 -07:00
Tzanio 6d2530775b Extended copyright to 2022 2022-02-25 10:24:50 -08:00
Will Pazner 7be7168769 Unit tests that depend on mfem/data repository
Only run unit tests if data directory is present
Clone mfem/data in GitLab CI
2021-07-06 17:21:08 -07:00
camierjs 4f902286c5 Merge master in tmopt 2021-05-19 13:43:39 -07:00
Veselin Dobrev 1ea9b4f1c7 Update MFEM_Approx() function used in the unit tests to explicitly
set a relative tolerance with a default of 1e-12. Currently, the
function is using the default relative tolerance (aka epsilon) as
defined by Catch2's Approx class and that is too big:
   std::numeric_limits<float>::epsilon()*100
which is 1.192092895507812500e-05.
2021-05-18 12:24:44 -07:00
camierjs 07d8f71a22 Add a unit tests command line '--all' option to launch *all* non-regression tests 2021-05-07 11:26:01 -07:00
Adrien M. Bernede 04fb572359 Let's forget about 2020 2021-01-26 11:55:36 -08:00
Will PaznerandStefan Henneking 9ea7f160db Change documentation comment type
Co-authored-by: Stefan Henneking <stefan.henneking@gmail.com>
2020-08-05 13:25:34 -07:00
Will Pazner 78468b8481 Minor 2020-08-04 21:03:55 -07:00
Will Pazner 9d83eed55c Upgrade to Catch v2.13.0 from v1.6.1 2020-08-04 08:37:48 -07:00