Commit Graph
18 Commits
Author SHA1 Message Date
Andrew Ho 03a6f1b190 more missing kernels/organization 2025-07-15 13:10:04 -07:00
Andrew Ho b050e307db organize specializations, added important missing ones 2025-07-14 14:45:02 -07:00
Tzanio Kolev e4c2152419 Update Copyright to 2010-2025 2025-02-03 12:17:26 -08:00
Will Pazner 293b5f78e8 Change kernel specialization instantiation to use local static variable in constructor
This is in order to avoid issues with the static member variable being optimized
away by the compiler.
2024-11-12 12:55:08 -08:00
Will Pazner 780eaeda5a Don't inline Kernels::EnsureInitialized()
Prevent the compiler from optimizing out the calls
2024-11-08 14:15:48 -08:00
Will Pazner 5f04684f17 Bring back NBZ in mass and diffusion kernels 2024-06-25 12:48:48 -07:00
john bowen 927c7f82be Merge branch 'master' into dispatch-map 2024-03-27 14:13:17 -07:00
john bowen 008dda250b Fix unit tests 2024-03-27 14:08:54 -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
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 04d34e4de1 Fix bug in PAMassAssembleDiagonal1D 2023-06-29 16:00:35 -07:00
Will Pazner 912e4c6001 Update 1D mass kernels with DofQuadLimits 2023-06-29 15:57:12 -07:00
Will Pazner 4438077f65 Move 1D mass kernels into bilininteg_mass_kernels.cpp 2023-06-26 14:56:48 -07:00
Will Pazner bc87b453fa Merge remote-tracking branch 'origin/master' into pa-mass-boundary-integ
# Conflicts:
#	fem/bilininteg_mass_pa.cpp
#	fem/integ/bilininteg_mass_kernels.hpp
2023-06-26 12:27:44 -07:00
Sebastian Grimberg 51e24f97f4 Move functions which can be moved into bilininteg_*_kernels.cpp files in order to speed up compilation 2023-06-02 15:53:41 -04:00