Commit Graph
11 Commits
Author SHA1 Message Date
camierjs 6bcd0ca208 Fix vector BPs 2025-02-25 18:12:20 -08:00
camierjs 1b83c64055 google-benchmark now with c++14 2025-02-25 15:40:36 -08:00
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
Tzanio 6d2530775b Extended copyright to 2022 2022-02-25 10:24:50 -08:00
Tzanio 79032f3048 Minor 2021-09-27 21:01:10 -07:00
camierjs 008364305f Fix GaussLobatto ir orders and Simplify 2021-09-08 11:44:08 -07:00
camierjs f4ecc15cc8 Rename internal CEED BP/BK methods 2021-09-07 17:43:42 -07:00
camierjs 81dbb0a967 Update bench kernels to CEED benchmarks (BP & BK) 2021-09-07 17:25:15 -07:00