LaplacianJumpIndicator

under construction:Undocumented Class

The LaplacianJumpIndicator 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 a MooseObject; however, what is contained is ultimately determined by what is necessary to make the documentation clear for users.

!syntax description /Adaptivity/Indicators/LaplacianJumpIndicator

Input Parameters

  • variableThe name of the variable that this side indicator applies to

    C++ Type:VariableName

    Description:The name of the variable that this side indicator applies to

Required Parameters

  • scale_by_flux_facesFalseWhether or not to scale the error values by the number of flux faces. This attempts to not penalize elements on boundaries for having less neighbors.

    Default:False

    C++ Type:bool

    Description:Whether or not to scale the error values by the number of flux faces. This attempts to not penalize elements on boundaries for having less neighbors.

  • blockThe list of block ids (SubdomainID) that this object will be applied

    C++ Type:std::vector

    Description:The list of block ids (SubdomainID) that this object will be applied

Optional Parameters

  • control_tagsAdds user-defined labels for accessing object parameters via control logic.

    C++ Type:std::vector

    Description:Adds user-defined labels for accessing object parameters via control logic.

  • enableTrueSet the enabled status of the MooseObject.

    Default:True

    C++ Type:bool

    Description:Set the enabled status of the MooseObject.

  • use_displaced_meshFalseWhether or not this object should use the displaced mesh for computation. Note that in the case this is true but no displacements are provided in the Mesh block the undisplaced mesh will still be used.

    Default:False

    C++ Type:bool

    Description:Whether or not this object should use the displaced mesh for computation. Note that in the case this is true but no displacements are provided in the Mesh block the undisplaced mesh will still be used.

  • outputsVector of output names were you would like to restrict the output of variables(s) associated with this object

    C++ Type:std::vector

    Description:Vector of output names were you would like to restrict the output of variables(s) associated with this object

Advanced Parameters

References