- active__all__ If specified only the blocks named will be visited and made activeDefault:__all__ C++ Type:std::vector<std::string> 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> Controllable:No Description:If specified blocks matching these identifiers will be skipped. 
PartitionerAction
Add a Partitioner object to the simulation.
Partitioners are specified as an object inside the [Partitioner] block within the [Mesh] block, as shown below
[Mesh<<<{"href": "../../syntax/Mesh/index.html"}>>>]
  type = GeneratedMesh
  dim = 2
  nx = 10
  ny = 10
  [Partitioner<<<{"href": "../../syntax/Mesh/Partitioner/index.html"}>>>]
    type = GridPartitioner
    nx = 2
    ny = 2
    nz = 1
  []
[]More information about Partitioners may be found on the Partitioners syntax documentation.
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.