Andrew Ho
ea6053ef9d
need kernels in a file so downstream codes can include and add their own specializations
2025-07-29 21:47:17 -07:00
Andrew Ho
5496699870
documentation
2025-07-16 08:27:45 -07:00
Andrew Ho
6915a8c6f3
change DomainLFIntegrator to use kernel dispatch
2025-07-15 19:01:30 -07: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
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
f106c03dd1
Generalized floating point type. So far, ex1 works for a serial build without lapack.
2023-10-09 14:19:25 -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
Sebastian Grimberg
45577c6fd4
Merge branch 'master' into sjg/integs-reorg-dev
2023-05-03 16:43:21 -07:00
Sebastian Grimberg
2392f3e8e1
Merge branch 'master' into sjg/integs-reorg-dev
2023-04-20 09:36:26 -07:00
Sebastian Grimberg
8c44526211
Add LinearFormIntegrator and NonlinearFormIntegrators to reorganization
2023-04-10 16:35:03 -07:00