OOF2: The Manual
Name
OOF.Subproblem.Copy_Field_State — Copy the Field state (defined, active, etc) from one Subproblem to another.
Synopsis
OOF.Subproblem.Copy_Field_State(source,target)
Details
- Parent Menu: OOF.Subproblem
-
Callback: function
_copyFieldStatein moduleooflib.engine.IO.subproblemmenu -
Parameters:
Description
This command copies the Field state from one SubProblem to
another, meaning that the same Fields will be defined, active,
and in-plane in the target SubProblem as in
the source SubProblem. If Fields were
explicitly initialized
in the source SubProblem, 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.)



