OOF2: The Manual
Name
OOF.Mesh.Copy_Field_State — Copy the Field state (defined, active, etc) from one Mesh to another.
Synopsis
OOF.Mesh.Copy_Field_State(source,target)
Description
This command copies the Field state from the default
SubProblem in one Mesh to another, meaning that the same
Fields will be defined, active, and in-plane in the
target Mesh as in the
source Mesh. If Fields were explicitly
initialized
in the source Mesh, the initializers will be copied, but the
command does not copy the Field values.
(This is because the source and target meshes might have quite
different geometries.)
DEPRECATED. Use OOF.Subproblem.Copy_Field_State instead.



