feat(initial): added portable mfem build system

This commit is contained in:
2026-09-05 07:11:05 -04:00
commit 6a54f2625e
49 changed files with 4344 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
def mfem_version() -> str: ...
def capabilities() -> dict[str, bool]: ...
def serial_poisson_dofs(cells: int = 4, order: int = 2) -> int: ...