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
Dylan Copeland
046a874cfb
Merge branch 'master' of github.com:mfem/mfem into float
2024-02-06 10:56:41 -08:00
Tzanio Kolev
87290fbf56
Update Copyright to 2010-2024
2024-01-27 13:06:49 -08:00
Dylan Copeland
1c037bf476
Merge branch 'master' of github.com:mfem/mfem into float
2024-01-16 12:17:04 -08:00
Tzanio Kolev
d983b34924
Renamed ftype -> real_t
2023-12-13 12:51:43 -08:00
stefanhenneking
c3a5798463
Fixing minor bug in 3D PA.
2023-11-29 15:23:38 -06:00
stefanhenneking
be6d3e57e7
removing comments
2023-11-22 16:59:44 -06:00
stefanhenneking
ae3443fd1d
style
2023-11-22 16:31:21 -06:00
stefanhenneking
ee335907f7
PA implementation for GradientIntegrator transpose.
2023-11-22 16:10:52 -06:00
Dylan Copeland
d02a90f9f2
Generalized type for PA kernels.
2023-11-01 16:31:49 -07:00
Will Pazner
2a46b2893a
Fix some instances of DofQuadLimits that should have been DeviceDofQuadLimits
2023-06-29 10:35:24 -07:00
Will Pazner
9f4bf49945
Merge remote-tracking branch 'origin/master' into max-q1d-d1d-cpu
...
# Conflicts:
# fem/bilininteg_hcurl.cpp
# fem/bilininteg_mass_pa.cpp
# fem/bilininteg_vectorfe.cpp
# fem/integ/bilininteg_hdiv_kernels.cpp
# fem/integ/bilininteg_vecdiffusion_pa.cpp
# fem/integ/bilininteg_vecmass_pa.cpp
2023-06-28 12:08:47 -07:00
Veselin Dobrev
7493329420
Various tweaks for PR #3526
2023-06-21 13:24:18 -07:00
Sebastian Grimberg
2392f3e8e1
Merge branch 'master' into sjg/integs-reorg-dev
2023-04-20 09:36:26 -07:00
Sebastian Grimberg
fd77ed5af3
Reorganize BilinearFormIntegrator files to be a bit more readable
2023-04-10 16:35:00 -07:00