[Doc] Fix nested groups in FEM
This commit is contained in:
@@ -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"""
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
## @}
|
||||
|
||||
@@ -92,6 +92,3 @@ class ViewProxy(solverbase.ViewProxy):
|
||||
|
||||
def getIcon(self):
|
||||
return ":/icons/FEM_SolverMystran.svg"
|
||||
|
||||
|
||||
## @}
|
||||
|
||||
@@ -111,6 +111,3 @@ class ViewProxy(solverbase.ViewProxy):
|
||||
|
||||
def getIcon(self):
|
||||
return ":/icons/FEM_SolverZ88.svg"
|
||||
|
||||
|
||||
## @}
|
||||
|
||||
Reference in New Issue
Block a user