Commit Graph
13 Commits
Author SHA1 Message Date
Julian Andrej 9c110c6acb Merge branch 'master' into dfem-assemble-matrix
# Conflicts:
#	tests/unit/dfem/test_mass.cpp
2025-11-04 08:36:38 -08:00
Julian Andrej 5889c2155e use existing matrix comparison test - gpu still failing 2025-10-27 15:38:10 -07:00
Tzanio KolevandJohn Camier 5ed9f34dd8 Update tests/unit/dfem/test_mass.cpp
Co-authored-by: John Camier <camierjs@gmail.com>
2025-10-26 11:40:47 -07:00
camierjs 2bad979cac Add GPU tags for dFEM diffusion, divergence and lvector parallel unit tests 2025-10-24 18:05:58 -07:00
Julian Andrej d32a63171f trying to figure out attribute arrays, 3d boundary jacobians failing 2025-10-14 09:53:43 -07:00
Julian Andrej 3c0f1d783e fix 1d case 2025-10-13 15:04:56 -07:00
Julian Andrej cd55bcc67b fix attempt 2025-10-13 13:44:46 -07:00
Julian Andrej 689288e18d fix unit tests, failing 2d derivatives 2025-10-13 09:29:07 -07:00
Julian Andrej cffcd4ea89 hypre gpu fix 2025-09-23 09:48:39 -07:00
Julian Andrej 72682e3f46 assemble methods and unit tests 2025-09-19 09:16:26 -07:00
Julian Andrej c579f28b3f boundary integrator 2025-07-30 12:02:59 -07:00
Andrew Ho 3867b49d3b qfunction lambda needs MFEM_HOST_DEVICE for nvcc
C++17 lambdas are supposed to be automatically constexpr if possible,
but nvcc doesn't appear to do this
2025-06-03 10:00:43 -07:00
ce5fd63d0a dfem phase 1 changes
Co-authored-by: camierjs <camierjs@gmail.com>
Co-authored-by: Veselin Dobrev <dobrev@llnl.gov>
2025-05-29 13:02:23 -07:00