SetupQuadratureAction
The SetupQuadratureAction has not been documented. The content listed below should be used as a starting point for documenting the class, which includes the typical automatic documentation associated with an Action; however, what is contained is ultimately determined by what is necessary to make the documentation clear for users.
# SetupQuadratureAction
!syntax description /Executioner/Quadrature/SetupQuadratureAction
## Overview
!! Replace these lines with information regarding the SetupQuadratureAction action.
## Example Input File Syntax
!! Describe and include an example of how to use the SetupQuadratureAction action.
!syntax parameters /Executioner/Quadrature/SetupQuadratureAction
Sets the quadrature type for the simulation.
Input Parameters
- active__all__ If specified only the blocks named will be visited and made active
Default:__all__
C++ Type:std::vector<std::string>
Description:If specified only the blocks named will be visited and made active
- custom_blockslist of blocks to specify custom quadrature order
C++ Type:std::vector<unsigned short>
Description:list of blocks to specify custom quadrature order
- custom_orderslist of quadrature orders (e.g. FIRST, SECOND, etc.)
C++ Type:std::vector<std::string>
Description:list of quadrature orders (e.g. FIRST, SECOND, etc.)
- element_orderAUTOOrder of the quadrature for elements
Default:AUTO
C++ Type:MooseEnum
Description:Order of the quadrature for elements
- inactiveIf specified blocks matching these identifiers will be skipped.
C++ Type:std::vector<std::string>
Description:If specified blocks matching these identifiers will be skipped.
- orderAUTOOrder of the quadrature
Default:AUTO
C++ Type:MooseEnum
Description:Order of the quadrature
- side_orderAUTOOrder of the quadrature for sides
Default:AUTO
C++ Type:MooseEnum
Description:Order of the quadrature for sides