AddFieldSplitAction

under construction:Undocumented Class

The AddFieldSplitAction has not been documented, if you would like to contribute to MOOSE by writing documentation, please see Documenting MOOSE. The content contained on this page explains the typical documentation associated with an action; however, what is contained is ultimately determined by what is necessary to make the documentation clear for users.

!syntax description /Preconditioning/AddFieldSplitAction

Input Parameters

  • petsc_options_valueValues of PETSc name/value pairs (must correspond with "petsc_options_iname"

    C++ Type:std::vector

    Description:Values of PETSc name/value pairs (must correspond with "petsc_options_iname"

  • varsvariables for this field

    C++ Type:std::vector

    Description:variables for this field

  • inactiveIf specified blocks matching these identifiers will be skipped.

    C++ Type:std::vector

    Description:If specified blocks matching these identifiers will be skipped.

  • petsc_optionsSingleton PETSc options

    C++ Type:MultiMooseEnum

    Description:Singleton PETSc options

  • active__all__ If specified only the blocks named will be visited and made active

    Default:__all__

    C++ Type:std::vector

    Description:If specified only the blocks named will be visited and made active

  • isObjectActionTrueIndicates that this is a MooseObjectAction.

    Default:True

    C++ Type:bool

    Description:Indicates that this is a MooseObjectAction.

  • petsc_options_inameNames of PETSc name/value pairs

    C++ Type:MultiMooseEnum

    Description:Names of PETSc name/value pairs

Optional Parameters

References