- active__all__ If specified only the blocks named will be visited and made active
Default:__all__
C++ Type:std::vector<std::string>
Controllable:No
Description:If specified only the blocks named will be visited and made active
- checkpointFalseCreate checkpoint files using the default options.
Default:False
C++ Type:bool
Controllable:No
Description:Create checkpoint files using the default options.
- inactiveIf specified blocks matching these identifiers will be skipped.
C++ Type:std::vector<std::string>
Controllable:No
Description:If specified blocks matching these identifiers will be skipped.
AutoCheckpointAction
Action to create shortcut syntax-specified checkpoints and automatic checkpoints.
Overview
An action, that acts when the [Outputs] block exists. It adds the "checkpoint" short-cut syntax parameter. For example, the following adds a checkpoint object that outputs every time step (default interval criterion) and every one hour (default wall-time criterion).
[Outputs]
checkpoint = true
[]
Please refer to the Output System for more information.
Input Parameters
- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector<std::string>
Controllable:No
Description:Adds user-defined labels for accessing object parameters via control logic.