- active__all__ If specified only the blocks named will be visited and made active
Default:__all__
C++ Type:std::vector<std::string>
Unit:(no unit assumed)
Controllable:No
Description:If specified only the blocks named will be visited and made active
- inactiveIf specified blocks matching these identifiers will be skipped.
C++ Type:std::vector<std::string>
Unit:(no unit assumed)
Controllable:No
Description:If specified blocks matching these identifiers will be skipped.
AddVariableMappingAction
This action adds VariableMappingBase
objects contained within the [VariableMappings]
block. For example, the following block adds a PODMapping mapping object.
[VariableMappings]
[pod_mapping]
type = PODMapping
solution_storage = parallel_storage
variables = "v"
num_modes_to_compute = '2'
extra_slepc_options = "-svd_monitor_all"
[]
[]
(contrib/moose/modules/stochastic_tools/test/tests/variablemappings/pod_mapping/pod_mapping_main.i)Input Parameters
- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector<std::string>
Unit:(no unit assumed)
Controllable:No
Description:Adds user-defined labels for accessing object parameters via control logic.
- isObjectActionTrueIndicates that this is a MooseObjectAction.
Default:True
C++ Type:bool
Unit:(no unit assumed)
Controllable:No
Description:Indicates that this is a MooseObjectAction.