tboudreaux
  • Joined on 2025-11-30
tboudreaux pushed to main at tboudreaux/MeanField_SERiF 2026-09-15 15:45:25 -04:00
7b4f30d945 feat(eos): work translating runtime eos code
tboudreaux created branch main in tboudreaux/MeanField_SERiF 2026-09-15 10:43:05 -04:00
tboudreaux pushed to main at tboudreaux/MeanField_SERiF 2026-09-15 10:43:05 -04:00
d1f59d6d70 feat(mean_field): added dimensions, discritization, and start of eos
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
323555b722 feat(linux): portable build works on linux + benchmarks
7282b2e134 feat(justfile): added justfile with catalog of builds
6a54f2625e feat(initial): added portable mfem build system
tboudreaux created repository tboudreaux/MeanField_SERiF 2026-09-15 10:42:54 -04:00
tboudreaux pushed to main at tboudreaux/meson-mfem 2026-09-15 10:42:11 -04:00
d1f59d6d70 feat(mean_field): added dimensions, discritization, and start of eos
tboudreaux pushed to main at tboudreaux/MeanField 2026-09-10 06:51:19 -04:00
75cc638739 perf(allocations): reduced overall allocations by 95%, increaseed jacobian applicatin by 2x
tboudreaux pushed to main at tboudreaux/stroid 2026-09-09 12:45:17 -04:00
10d8b17c63 Merge pull request #4 from tboudreaux/feat/non_conforming
9a3fd9ee3d docs(docs): rebuilt docs
a0421d5ddc feat(mesh): non conforming vacuum
Compare 3 commits »
tboudreaux pushed to main at tboudreaux/stroid 2026-09-09 08:21:25 -04:00
2347ae152f Merge pull request #3 from tboudreaux/feat/multi_block
62f092d225 fix(tests): removed unused tests
a5905e5fed feat(topology): vacuum coordinate and multi block
db727ebd7b fix(stroid): fixed header include
edfcea6943 build(wheels): brought wheel build scripts from GridFire over
Compare 10 commits »
tboudreaux pushed to main at tboudreaux/MeanField 2026-09-08 06:36:43 -04:00
b3c04d507a feat(newton): first newton solver implementation
tboudreaux pushed to master at tboudreaux/cex 2026-09-07 15:52:56 -04:00
93521c53fb struct graph
tboudreaux pushed to master at tboudreaux/cex 2026-09-07 15:27:14 -04:00
30ed3351b5 added pkglock
tboudreaux created branch master in tboudreaux/cex 2026-09-07 15:17:17 -04:00
tboudreaux pushed to master at tboudreaux/cex 2026-09-07 15:17:17 -04:00
e8ce633e5e Initial Commit
tboudreaux created repository tboudreaux/cex 2026-09-07 15:15:38 -04:00
tboudreaux pushed to main at tboudreaux/MeanField 2026-09-07 14:50:43 -04:00
76818f2f82 feat(libmeanfield): variadic refactor
71423d543f feat(preconditioner): major work on preconditioner system
25510008dd perf(jacobian-action): major updates to jacobian action application by removing redudant quadrature work. ~5x increase in speed
85500fef3b feat(surface): surface deformation prescriptions
0a7f18c5c7 feat(surface): major work on implementing surface constraints in a presciption agnostic manner
Compare 8 commits »
tboudreaux closed issue tboudreaux/meson-mfem#1 2026-09-07 12:41:27 -04:00
cuda builds fail on systems with gcc >=16 and nvcc 13.3
tboudreaux commented on issue tboudreaux/meson-mfem#1 2026-09-07 12:41:22 -04:00
cuda builds fail on systems with gcc >=16 and nvcc 13.3

This is addressed with 7c99deb

tboudreaux pushed to main at tboudreaux/meson-mfem 2026-09-07 11:03:41 -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
tboudreaux opened issue tboudreaux/meson-mfem#1 2026-09-05 14:50:21 -04:00
cuda builds fail on systems with gcc >=16 and nvcc 13.3
tboudreaux pushed to main at tboudreaux/meson-mfem 2026-09-05 11:04:22 -04:00
323555b722 feat(linux): portable build works on linux + benchmarks