Commit Graph

8 Commits

Author SHA1 Message Date
f69fac8f1e Began working on mfem_resolver formatters 2026-09-19 08:52:30 -04:00
c44584c1e7 feat(quadrature): quadrature system brought over
Ported and dramatically cleaned up the quadrature system. This includes centralizing all field definitions
2026-09-19 07:35:57 -04:00
7b4f30d945 feat(eos): work translating runtime eos code
most (though not all) of the runtime eos code is now present in the new version. What remains is the templated try_evaluate method along with both the templated and non tempalted try_partial_derivative methods.
2026-09-15 15:45:17 -04:00
d1f59d6d70 feat(mean_field): added dimensions, discritization, and start of eos
The full rewrite of mean_field into something maintainable is progressing. dimensions is mostly done, discritization (domain, blocks, and fields) is done, and eos is progressing quickly
2026-09-15 10:42:00 -04:00
7c99debf2f (fix:cuda) CUDA portability improved\nbuild system now checks for valid compiler compatible with nvcc and fails if that is not found and cuda is selected. Further, compiler choices are propegated throughout build along with CFLAGS and CXXFLAGS 2026-09-07 10:51:34 -04:00
323555b722 feat(linux): portable build works on linux + benchmarks 2026-09-05 11:01:34 -04:00
7282b2e134 feat(justfile): added justfile with catalog of builds 2026-09-05 07:46:36 -04:00
6a54f2625e feat(initial): added portable mfem build system 2026-09-05 07:11:05 -04:00