feat(initial): added portable mfem build system
This commit is contained in:
4
python/meson_mfem_template/_core.pyi
Normal file
4
python/meson_mfem_template/_core.pyi
Normal 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: ...
|
||||
|
||||
Reference in New Issue
Block a user