[Doc] Fix nested groups in FEM

This commit is contained in:
Pieter Hijma
2025-03-24 14:44:54 +01:00
parent 3ac1c3a3de
commit 679a56ccea
4 changed files with 0 additions and 12 deletions

View File

@@ -40,9 +40,6 @@ if FreeCAD.GuiUp:
Gui = FreeCADGui # shortcut
## \addtogroup FEM
# @{
def exportMeshToTetGenPoly(meshToExport, filePath, beVerbose=1):
"""Export mesh to TetGen *.poly file format"""

View File

@@ -257,6 +257,3 @@ class FacetFunctionFromXDMF:
# TODO: write some functions to return integrals for Neumann and Robin
# boundary conditions for the general case (i.e. vector, tensor)
## @}

View File

@@ -92,6 +92,3 @@ class ViewProxy(solverbase.ViewProxy):
def getIcon(self):
return ":/icons/FEM_SolverMystran.svg"
## @}

View File

@@ -111,6 +111,3 @@ class ViewProxy(solverbase.ViewProxy):
def getIcon(self):
return ":/icons/FEM_SolverZ88.svg"
## @}