Callback:
Void
load
.GetPostCommands(
IUserLoad
load,
StringWriter
stream)
Called to collect all "post" commands to add to the solver input file.
Mandatory Attributes
Name
Description
Type
Allowed Values
Optional Attributes
Name
Description
Type
Default Value
Allowed Values
TimeDependent
Specify if the callback will be called each step.
Boolean
True, False
Order
Call order.
Int32
Parameters
load
Type:
IUserLoad
The load object.
stream
Type:
StringWriter
The stream where the commands have to be written.
Return Value
Type:
Remarks