Fem: Add box filter function

This commit is contained in:
marioalexis
2023-03-10 12:41:27 -03:00
committed by Uwe
parent ca5d7a7eae
commit b51eec232f
9 changed files with 567 additions and 0 deletions

View File

@@ -187,6 +187,7 @@ PyMOD_INIT_FUNC(Fem)
Fem::FemPostFunction ::init();
Fem::FemPostFunctionProvider ::init();
Fem::FemPostBoxFunction ::init();
Fem::FemPostCylinderFunction ::init();
Fem::FemPostPlaneFunction ::init();
Fem::FemPostSphereFunction ::init();