Commit Graph
24 Commits
Author SHA1 Message Date
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
Sebastian Grimberg 723a613236 Clean up unnecessary ;; 2023-11-07 09:08:19 -08:00
Tzanio Kolev 96e00dc815 Updated COPYRIGHT to 2010-2023 2023-03-11 16:58:18 -08:00
Mark L. Stowell 168b19fc49 Merge pull request #2815 from mfem/new_ZZ_PR
New ZZ error estimator: SERIAL VERSION
2022-04-05 09:58:36 -07:00
Keith 8b233b8a5e Socratis comments 2022-03-01 14:16:17 -08:00
Tzanio 6d2530775b Extended copyright to 2022 2022-02-25 10:24:50 -08:00
Keith a650de96f8 rename estimator 2022-02-15 14:47:24 -08:00
Keith 625fe40bdf Socratis comments 2022-02-14 15:01:18 -08:00
Keith 6636525b06 testing options 2022-02-11 18:57:30 -08:00
Keith 82fef53f32 M_PI 2022-02-11 17:42:03 -08:00
Keith 868ddcda9f fix debug warning 2022-02-11 17:04:01 -08:00
Keith 49dd4478ba style 2022-02-11 16:41:25 -08:00
Keith 01f5ec510d convergence rate test 2022-02-11 16:40:55 -08:00
Keith f154a2f1c8 simple test inspired by the Kelly estimator tests 2022-02-09 11:05:06 -08:00
Will Pazner 39e9406b99 Change deprecated mesh constructors in unit tests and miniapps 2021-02-17 14:32:06 -08:00
Adrien M. Bernede 04fb572359 Let's forget about 2020 2021-01-26 11:55:36 -08:00
Veselin Dobrev 7d1bf5a748 Replace 'abs()' with 'std::abs()' to fix an issue with some
compilers (e.g. Intel) using the integer version of `abs()`
instead of the 'double' version causing failures in the unit
tests in tests/unit/fem/test_estimator.cpp.

Use 'auto &' instead of just 'auto' in various places to
avoid copying arrays and structures.

Pass 'Array' parameters by reference instead of by value.

Define ErrorEstimator::GetTotalError() in the base class to
return zero, making it optional to override in derived classes.
This should allow any user defined derived classes to continue
to work without having to define this new method.

Some small formatting edits.
2020-12-09 21:56:14 -08:00
termi-official cb78aa6c4a Fix test style. 2020-11-12 01:52:57 +01:00
termi-official 0e47d1297f Add error estimator tests on embedded meshes. 2020-11-12 01:40:34 +01:00
termi-official a3b8ebf2db Fixing typos, clarifying docs and adding an additional coefficient to the formulation. 2020-11-03 04:48:56 +01:00
termi-official af958ec46c Updated style. 2020-09-01 00:24:50 +02:00
termi-official 3365b91583 Add a basic unit test for Kelly error indicator. 2020-08-31 23:46:35 +02:00