Commit Graph
13 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
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
Tzanio Kolev d983b34924 Renamed ftype -> real_t 2023-12-13 12:51:43 -08: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
Will Pazner c43bc50437 Merge pull request #3745 from mfem/integs-reorg-tweaks
Some tweaks for the integrators reorg branch
2023-06-22 11:48:30 -07:00
Veselin Dobrev 7493329420 Various tweaks for PR #3526 2023-06-21 13:24:18 -07:00
Sebastian Grimberg b2ad17aeaa Merge branch 'master' into sjg/integs-reorg-dev 2023-06-15 17:54:57 -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