AddElementalFieldAction
Adds elemental auxiliary variable for adaptivity system.
The MOOSE adaptivity system relies on error calculations that inform a marker that dictates if an element should be refined or coarsened. The error and the markers rely on auxiliary field variables, this actions creates those field variables. Please refer to Adaptivity System for details regardin the adaptivity system.
Input Parameters
- 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
- familyLAGRANGESpecifies the family of FE shape functions to use for this variable
Default:LAGRANGE
C++ Type:MooseEnum
Description:Specifies the family of FE shape functions to use for this variable
- inactiveIf specified blocks matching these identifiers will be skipped.
C++ Type:std::vector
Description:If specified blocks matching these identifiers will be skipped.
- isObjectActionTrueIndicates that this is a MooseObjectAction.
Default:True
C++ Type:bool
Description:Indicates that this is a MooseObjectAction.
- orderFIRSTSpecifies the order of the FE shape function to use for this variable (additional orders not listed are allowed)
Default:FIRST
C++ Type:MooseEnum
Description:Specifies the order of the FE shape function to use for this variable (additional orders not listed are allowed)
- scalingSpecifies a scaling factor to apply to this variable
C++ Type:std::vector
Description:Specifies a scaling factor to apply to this variable