Veselin Dobrev
56b1a1715a
Use DofToQuad::Abs in a few places. Remove unused methods AddAbsMult*.
...
Small doxygen tweaks.
2025-06-17 01:16:34 -07:00
Gabriel Pinochet-Soto
0771f904c0
AbsMult for Diffusion
2025-03-28 22:13:22 -07:00
Tzanio Kolev
e4c2152419
Update Copyright to 2010-2025
2025-02-03 12:17:26 -08:00
Will Pazner
2ac825abe8
Merge remote-tracking branch 'origin/master' into pa-empty-partitions
...
# Conflicts:
# fem/bilininteg.cpp
# fem/quadinterpolator.cpp
2024-11-22 11:05:49 -08:00
Will Pazner
47de3415cf
Internal namespace for Occa PA functions
2024-08-30 10:36:37 -07:00
Will Pazner
5724e4f274
Improve kernel dispatch mechanism and workaround MSVC issues
...
Introduce some workarounds for MSVC:
- Need to expand variadic macros explicitly
- Adjacent parameter packs in function templates not supported; use nested
structs instead
- Can't use default parameters in template definition if not present in
declaration
Some improvements to the kernel dispatch:
- Run is now a static member function (don't need to call Get)
- DIM is not treated differently from the other parameters
2024-06-27 09:27:58 -07:00
Will Pazner
5f04684f17
Bring back NBZ in mass and diffusion kernels
2024-06-25 12:48:48 -07:00
Will Pazner
c3806304d4
More simplifications
2024-06-24 15:50:12 -07:00
Will Pazner
a092f9cad0
Small adjustments
2024-06-24 14:38:41 -07:00
Veselin Dobrev
966143b0ce
Some additions and tweaks to get ex14p to work with empty partitions
2024-04-22 17:35:14 -07:00
john bowen
d3015edb40
Delete double usage
2024-03-27 14:18:55 -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
john bowen
2f09777b17
tmp
2024-02-29 12:35:06 -08:00
john bowen
b07ff3f5db
Merge branch 'master' into dispatch-map
2024-02-08 09:34:15 -08: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
john bowen
9702811d72
Fix linker errors
2024-01-16 17:28:47 -08:00
john bowen
1fb47dab6b
Cleanup following rebase
2024-01-16 13:35:46 -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
Dylan Copeland
e18279782d
Merge branch 'master' of github.com:mfem/mfem into nurbsquad
2023-07-31 20:17:42 -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