- 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
 - 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.
 
SetupTimeIntegratorAction
Add a TimeIntegrator object to the simulation.
A TimeIntegrator is specified as an object inside the [TimeIntegrator] block with the [Executioner] block as shown below
[Executioner<<<{"href": "../../syntax/Executioner/index.html"}>>>]
  type = Transient
  dt = 1
  num_steps = 3
  [TimeIntegrator<<<{"href": "../../syntax/Executioner/TimeIntegrator/index.html"}>>>]
    type = NewmarkBeta
  []
  [Quadrature<<<{"href": "../../syntax/Executioner/Quadrature/index.html"}>>>]
    type = GAUSS
    order<<<{"description": "Order of the quadrature"}>>> = FIRST
  []
[](test/tests/variables/time_derivatives_neighbor/test.i)This MooseObjectAction adds them to the Problem. More information about TimeIntegrators may be found on the TimeIntegrator 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.