Will Pazner
e797278779
Merge remote-tracking branch 'origin/master' into hybridization-gpu
...
# Conflicts:
# fem/integ/bilininteg_mass_pa.cpp
# tests/unit/fem/test_assembly_levels.cpp
2025-02-07 14:24:06 -08:00
Tzanio Kolev
e4c2152419
Update Copyright to 2010-2025
2025-02-03 12:17:26 -08:00
Will Pazner
52b00a08a9
Update to new batched linear algebra interface
2024-08-16 12:29:17 -07:00
Will Pazner
bb271475ea
GPU hybridization optimizations
...
This commit includes two optimizations:
- Use CuBLAS for batched linear algebra. Compute Ahat^{-1} Ct using
batched LU with multiple right-hand sides.
- After forming face-to-face connectivity, expose more parallelism
in matrix-matrix kernels.
2024-06-16 22:42:07 -07:00
Will Pazner
b008b0b8da
Minor changes to grad-div timings
2024-06-11 17:11:08 -04:00
Will Pazner
a8c681b67c
Enable element assembly with hybridization in grad-div miniapp
2024-06-11 17:11:08 -04: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
47e62a55f9
Merge branch 'master' of github.com:mfem/mfem into float
2023-11-09 21:38:06 -08:00
Dylan Copeland
1911fbc883
Generalized miniapps hdiv and hooke.
2023-11-08 09:34:48 -08:00
Veselin Dobrev
62c0444cbf
Fix warnings about extra ';' from GCC with '-pedantic' flag
2023-11-04 18:47:52 -07:00
Tzanio Kolev
0913a510d2
Typos and fixes
2023-09-25 13:59:15 -07:00
Will Pazner
343be11e87
Support map type VALUE in H(div) solver
2023-05-03 11:05:09 -07:00
Will Pazner
1a07e09305
Update copyright year in H(div) solvers miniapp
2023-05-03 11:05:09 -07:00
Will Pazner
227a3c2c98
Add H(div) saddle-point solver miniapps
...
Included are grad-div and Darcy/Poisson miniapps.
2023-01-26 19:19:11 -08:00