Name
OOF.Mesh.Clear_Field_Initializers — Remove all Field initializers from the current Mesh.
Synopsis
OOF.Mesh.Clear_Field_Initializers(mesh)
Details
- Parent Menu: OOF.Mesh
-
Callback: function
_clearFieldInits in module ooflib.engine.IO.meshmenu
-
Parameters:
mesh
- Type: The path to an existing
Mesh object.
Description
Remove all the Field and boundary condition initializers from
the given Mesh. This does not change the values of the Fields
themselves, but prevents them from being reinitialized later.