|
| | HydrostaticPressureFunction (const InputParameters ¶meters) |
| |
| virtual void | initialSetup () override |
| |
| virtual Real | value (Real t, const Point &p) const override |
| |
| virtual Real | value (Real t, const Point &p) const |
| |
| virtual ADReal | value (const ADReal &t, const ADPoint &p) const |
| |
| ChainedReal | value (const ChainedReal &t) const |
| |
| auto | value (const U &t) const |
| |
| auto | value (const U &t, const U &x, const U &y=0, const U &z=0) const |
| |
| ChainedReal | value (const ChainedReal &t) const |
| |
| auto | value (const U &t) const |
| |
| auto | value (const U &t, const U &x, const U &y=0, const U &z=0) const |
| |
| virtual RealVectorValue | vectorValue (Real t, const Point &p) const |
| |
| virtual RealVectorValue | curl (Real t, const Point &p) const |
| |
| virtual Real | div (Real t, const Point &p) const |
| |
| virtual RealGradient | gradient (Real t, const Point &p) const |
| |
| GradientType | gradient (const ElemArg &elem, const StateArg &state) const |
| |
| GradientType | gradient (const FaceArg &face, const StateArg &state) const |
| |
| GradientType | gradient (const ElemQpArg &qp, const StateArg &state) const |
| |
| GradientType | gradient (const ElemSideQpArg &qp, const StateArg &state) const |
| |
| GradientType | gradient (const ElemPointArg &elem_point, const StateArg &state) const |
| |
| GradientType | gradient (const NodeArg &node, const StateArg &state) const |
| |
| GradientType | gradient (const ElemArg &elem, const StateArg &state) const |
| |
| GradientType | gradient (const FaceArg &face, const StateArg &state) const |
| |
| GradientType | gradient (const ElemQpArg &qp, const StateArg &state) const |
| |
| GradientType | gradient (const ElemSideQpArg &qp, const StateArg &state) const |
| |
| GradientType | gradient (const ElemPointArg &elem_point, const StateArg &state) const |
| |
| GradientType | gradient (const NodeArg &node, const StateArg &state) const |
| |
| GradientType | gradient (const ElemArg &elem, const StateArg &state) const |
| |
| GradientType | gradient (const FaceArg &face, const StateArg &state) const |
| |
| GradientType | gradient (const ElemQpArg &qp, const StateArg &state) const |
| |
| GradientType | gradient (const ElemSideQpArg &qp, const StateArg &state) const |
| |
| GradientType | gradient (const ElemPointArg &elem_point, const StateArg &state) const |
| |
| GradientType | gradient (const NodeArg &node, const StateArg &state) const |
| |
| virtual Real | timeDerivative (Real t, const Point &p) const |
| |
| auto | timeDerivative (const U &t) const |
| |
| auto | timeDerivative (const U &t, const U &x, const U &y=0, const U &z=0) const |
| |
| auto | timeDerivative (const U &t) const |
| |
| auto | timeDerivative (const U &t, const U &x, const U &y=0, const U &z=0) const |
| |
| virtual Real | integral () const |
| |
| virtual Real | average () const |
| |
| virtual Real | timeIntegral (Real t1, Real t2, const Point &p) const |
| |
| void | timestepSetup () override |
| |
| void | residualSetup () override final |
| |
| void | jacobianSetup () override final |
| |
| void | customSetup (const ExecFlagType &exec_type) override final |
| |
| bool | hasBlocks (SubdomainID) const override |
| |
| bool | supportsFaceArg () const override final |
| |
| bool | supportsElemSideQpArg () const override final |
| |
| virtual bool | enabled () const |
| |
| std::shared_ptr< MooseObject > | getSharedPtr () |
| |
| std::shared_ptr< const MooseObject > | getSharedPtr () const |
| |
| bool | isKokkosObject () const |
| |
| MooseApp & | getMooseApp () const |
| |
| const std::string & | type () const |
| |
| const std::string & | name () const |
| |
| std::string | typeAndName () const |
| |
| MooseObjectParameterName | uniqueParameterName (const std::string ¶meter_name) const |
| |
| MooseObjectName | uniqueName () const |
| |
| const InputParameters & | parameters () const |
| |
| const hit::Node * | getHitNode () const |
| |
| bool | hasBase () const |
| |
| const std::string & | getBase () const |
| |
| const T & | getParam (const std::string &name) const |
| |
| std::vector< std::pair< T1, T2 > > | getParam (const std::string ¶m1, const std::string ¶m2) const |
| |
| const T * | queryParam (const std::string &name) const |
| |
| const T & | getRenamedParam (const std::string &old_name, const std::string &new_name) const |
| |
| T | getCheckedPointerParam (const std::string &name, const std::string &error_string="") const |
| |
| bool | isParamValid (const std::string &name) const |
| |
| bool | isParamSetByUser (const std::string &name) const |
| |
| void | connectControllableParams (const std::string ¶meter, const std::string &object_type, const std::string &object_name, const std::string &object_parameter) const |
| |
| void | paramError (const std::string ¶m, Args... args) const |
| |
| void | paramWarning (const std::string ¶m, Args... args) const |
| |
| void | paramWarning (const std::string ¶m, Args... args) const |
| |
| void | paramInfo (const std::string ¶m, Args... args) const |
| |
| std::string | messagePrefix (const bool hit_prefix=true) const |
| |
| std::string | errorPrefix (const std::string &) const |
| |
| void | mooseError (Args &&... args) const |
| |
| void | mooseDocumentedError (const std::string &repo_name, const unsigned int issue_num, Args &&... args) const |
| |
| void | mooseErrorNonPrefixed (Args &&... args) const |
| |
| void | mooseWarning (Args &&... args) const |
| |
| void | mooseWarning (Args &&... args) const |
| |
| void | mooseWarningNonPrefixed (Args &&... args) const |
| |
| void | mooseWarningNonPrefixed (Args &&... args) const |
| |
| void | mooseDeprecated (Args &&... args) const |
| |
| void | mooseDeprecated (Args &&... args) const |
| |
| void | mooseDeprecatedNoTrace (Args &&... args) const |
| |
| void | mooseInfo (Args &&... args) const |
| |
| void | callMooseError (std::string msg, const bool with_prefix, const hit::Node *node=nullptr, const bool show_trace=true) const |
| |
| std::string | getDataFileName (const std::string ¶m) const |
| |
| std::string | getDataFileNameByName (const std::string &relative_path) const |
| |
| std::string | getDataFilePath (const std::string &relative_path) const |
| |
| virtual void | subdomainSetup () |
| |
| const ExecFlagEnum & | getExecuteOnEnum () const |
| |
| bool | isImplicit () |
| |
| Moose::StateArg | determineState () const |
| |
| bool | isDefaultPostprocessorValue (const std::string ¶m_name, const unsigned int index=0) const |
| |
| bool | hasPostprocessor (const std::string ¶m_name, const unsigned int index=0) const |
| |
| bool | hasPostprocessorByName (const PostprocessorName &name) const |
| |
| std::size_t | coupledPostprocessors (const std::string ¶m_name) const |
| |
| const PostprocessorName & | getPostprocessorName (const std::string ¶m_name, const unsigned int index=0) const |
| |
| UserObjectName | getUserObjectName (const std::string ¶m_name) const |
| |
| const T & | getUserObject (const std::string ¶m_name, bool is_dependency=true) const |
| |
| const T & | getUserObjectByName (const UserObjectName &object_name, bool is_dependency=true) const |
| |
| const UserObjectBase & | getUserObjectBase (const std::string ¶m_name, bool is_dependency=true) const |
| |
| const UserObjectBase & | getUserObjectBaseByName (const UserObjectName &object_name, bool is_dependency=true) const |
| |
| virtual void | meshChanged () |
| |
| const std::vector< MooseVariableScalar * > & | getCoupledMooseScalarVars () |
| |
| const std::set< TagID > & | getScalarVariableCoupleableVectorTags () const |
| |
| const std::set< TagID > & | getScalarVariableCoupleableMatrixTags () const |
| |
| FunctorReturnType< Real, FET >::type | genericEvaluate (const Space &r, const State &state) const |
| |
| const MooseFunctorName & | functorName () const |
| |
| void | setCacheClearanceSchedule (const std::set< ExecFlagType > &clearance_schedule) |
| |
| virtual bool | isExtrapolatedBoundaryFace (const FaceInfo &, const Elem *, const StateArg &) const |
| |
| virtual bool | isExtrapolatedBoundaryFace (const FaceInfo &, const Elem *, const StateArg &) const |
| |
| bool | isInternalFace (const FaceInfo &) const |
| |
| virtual bool | isConstant () const |
| |
| virtual bool | hasFaceSide (const FaceInfo &fi, const bool fi_elem_side) const override |
| |
| void | checkFace (const Moose::FaceArg &face) const |
| |
| const PostprocessorValue & | getPostprocessorValue (const std::string ¶m_name, const unsigned int index=0) const |
| |
| const PostprocessorValue & | getPostprocessorValue (const std::string ¶m_name, const unsigned int index=0) const |
| |
| const PostprocessorValue & | getPostprocessorValueOld (const std::string ¶m_name, const unsigned int index=0) const |
| |
| const PostprocessorValue & | getPostprocessorValueOld (const std::string ¶m_name, const unsigned int index=0) const |
| |
| const PostprocessorValue & | getPostprocessorValueOlder (const std::string ¶m_name, const unsigned int index=0) const |
| |
| const PostprocessorValue & | getPostprocessorValueOlder (const std::string ¶m_name, const unsigned int index=0) const |
| |
| virtual const PostprocessorValue & | getPostprocessorValueByName (const PostprocessorName &name) const |
| |
| virtual const PostprocessorValue & | getPostprocessorValueByName (const PostprocessorName &name) const |
| |
| const PostprocessorValue & | getPostprocessorValueOldByName (const PostprocessorName &name) const |
| |
| const PostprocessorValue & | getPostprocessorValueOldByName (const PostprocessorName &name) const |
| |
| const PostprocessorValue & | getPostprocessorValueOlderByName (const PostprocessorName &name) const |
| |
| const PostprocessorValue & | getPostprocessorValueOlderByName (const PostprocessorName &name) const |
| |
| bool | hasUserObject (const std::string ¶m_name) const |
| |
| bool | hasUserObject (const std::string ¶m_name) const |
| |
| bool | hasUserObject (const std::string ¶m_name) const |
| |
| bool | hasUserObject (const std::string ¶m_name) const |
| |
| bool | hasUserObjectByName (const UserObjectName &object_name) const |
| |
| bool | hasUserObjectByName (const UserObjectName &object_name) const |
| |
| bool | hasUserObjectByName (const UserObjectName &object_name) const |
| |
| bool | hasUserObjectByName (const UserObjectName &object_name) const |
| |
| ValueType | operator() (const ElemArg &elem, const StateArg &state) const |
| |
| ValueType | operator() (const FaceArg &face, const StateArg &state) const |
| |
| ValueType | operator() (const ElemQpArg &qp, const StateArg &state) const |
| |
| ValueType | operator() (const ElemSideQpArg &qp, const StateArg &state) const |
| |
| ValueType | operator() (const ElemPointArg &elem_point, const StateArg &state) const |
| |
| ValueType | operator() (const NodeArg &node, const StateArg &state) const |
| |
| ValueType | operator() (const ElemArg &elem, const StateArg &state) const |
| |
| ValueType | operator() (const FaceArg &face, const StateArg &state) const |
| |
| ValueType | operator() (const ElemQpArg &qp, const StateArg &state) const |
| |
| ValueType | operator() (const ElemSideQpArg &qp, const StateArg &state) const |
| |
| ValueType | operator() (const ElemPointArg &elem_point, const StateArg &state) const |
| |
| ValueType | operator() (const NodeArg &node, const StateArg &state) const |
| |
| ValueType | operator() (const ElemArg &elem, const StateArg &state) const |
| |
| ValueType | operator() (const FaceArg &face, const StateArg &state) const |
| |
| ValueType | operator() (const ElemQpArg &qp, const StateArg &state) const |
| |
| ValueType | operator() (const ElemSideQpArg &qp, const StateArg &state) const |
| |
| ValueType | operator() (const ElemPointArg &elem_point, const StateArg &state) const |
| |
| ValueType | operator() (const NodeArg &node, const StateArg &state) const |
| |
| DotType | dot (const ElemArg &elem, const StateArg &state) const |
| |
| DotType | dot (const FaceArg &face, const StateArg &state) const |
| |
| DotType | dot (const ElemQpArg &qp, const StateArg &state) const |
| |
| DotType | dot (const ElemSideQpArg &qp, const StateArg &state) const |
| |
| DotType | dot (const ElemPointArg &elem_point, const StateArg &state) const |
| |
| DotType | dot (const NodeArg &node, const StateArg &state) const |
| |
| DotType | dot (const ElemArg &elem, const StateArg &state) const |
| |
| DotType | dot (const FaceArg &face, const StateArg &state) const |
| |
| DotType | dot (const ElemQpArg &qp, const StateArg &state) const |
| |
| DotType | dot (const ElemSideQpArg &qp, const StateArg &state) const |
| |
| DotType | dot (const ElemPointArg &elem_point, const StateArg &state) const |
| |
| DotType | dot (const NodeArg &node, const StateArg &state) const |
| |
| DotType | dot (const ElemArg &elem, const StateArg &state) const |
| |
| DotType | dot (const FaceArg &face, const StateArg &state) const |
| |
| DotType | dot (const ElemQpArg &qp, const StateArg &state) const |
| |
| DotType | dot (const ElemSideQpArg &qp, const StateArg &state) const |
| |
| DotType | dot (const ElemPointArg &elem_point, const StateArg &state) const |
| |
| DotType | dot (const NodeArg &node, const StateArg &state) const |
| |
| GradientType | gradDot (const ElemArg &elem, const StateArg &state) const |
| |
| GradientType | gradDot (const FaceArg &face, const StateArg &state) const |
| |
| GradientType | gradDot (const ElemQpArg &qp, const StateArg &state) const |
| |
| GradientType | gradDot (const ElemSideQpArg &qp, const StateArg &state) const |
| |
| GradientType | gradDot (const ElemPointArg &elem_point, const StateArg &state) const |
| |
| GradientType | gradDot (const NodeArg &node, const StateArg &state) const |
| |
| GradientType | gradDot (const ElemArg &elem, const StateArg &state) const |
| |
| GradientType | gradDot (const FaceArg &face, const StateArg &state) const |
| |
| GradientType | gradDot (const ElemQpArg &qp, const StateArg &state) const |
| |
| GradientType | gradDot (const ElemSideQpArg &qp, const StateArg &state) const |
| |
| GradientType | gradDot (const ElemPointArg &elem_point, const StateArg &state) const |
| |
| GradientType | gradDot (const NodeArg &node, const StateArg &state) const |
| |
| GradientType | gradDot (const ElemArg &elem, const StateArg &state) const |
| |
| GradientType | gradDot (const FaceArg &face, const StateArg &state) const |
| |
| GradientType | gradDot (const ElemQpArg &qp, const StateArg &state) const |
| |
| GradientType | gradDot (const ElemSideQpArg &qp, const StateArg &state) const |
| |
| GradientType | gradDot (const ElemPointArg &elem_point, const StateArg &state) const |
| |
| GradientType | gradDot (const NodeArg &node, const StateArg &state) const |
| |
| const Parallel::Communicator & | comm () const |
| |
| processor_id_type | n_processors () const |
| |
| processor_id_type | processor_id () const |
| |
| Real | gravityMagnitude () const |
| | Gets gravity magnitude.
|
| |
| const RealVectorValue & | gravityVector () const |
| | Gets gravity magnitude.
|
| |
| const RealVectorValue & | gravityDirection () const |
| | Gets gravity direction (zero vector if zero magnitude)
|
| |
|
| void | flagInvalidSolutionInternal (const InvalidSolutionID invalid_solution_id) const |
| |
| InvalidSolutionID | registerInvalidSolutionInternal (const std::string &message, const bool warning) const |
| |
| virtual void | addPostprocessorDependencyHelper (const PostprocessorName &) const |
| |
| virtual void | addUserObjectDependencyHelper (const UserObjectBase &) const |
| |
| T & | declareRestartableData (const std::string &data_name, Args &&... args) |
| |
| ManagedValue< T > | declareManagedRestartableDataWithContext (const std::string &data_name, void *context, Args &&... args) |
| |
| const T & | getRestartableData (const std::string &data_name) const |
| |
| T & | declareRestartableDataWithContext (const std::string &data_name, void *context, Args &&... args) |
| |
| T & | declareRecoverableData (const std::string &data_name, Args &&... args) |
| |
| T & | declareRestartableDataWithObjectName (const std::string &data_name, const std::string &object_name, Args &&... args) |
| |
| T & | declareRestartableDataWithObjectNameWithContext (const std::string &data_name, const std::string &object_name, void *context, Args &&... args) |
| |
| std::string | restartableName (const std::string &data_name) const |
| |
| bool | isCoupledScalar (const std::string &var_name, unsigned int i=0) const |
| |
| unsigned int | coupledScalarComponents (const std::string &var_name) const |
| |
| unsigned int | coupledScalar (const std::string &var_name, unsigned int comp=0) const |
| |
| libMesh::Order | coupledScalarOrder (const std::string &var_name, unsigned int comp=0) const |
| |
| const VariableValue & | coupledScalarValue (const std::string &var_name, unsigned int comp=0) const |
| |
| const ADVariableValue & | adCoupledScalarValue (const std::string &var_name, unsigned int comp=0) const |
| |
| const GenericVariableValue< is_ad > & | coupledGenericScalarValue (const std::string &var_name, unsigned int comp=0) const |
| |
| const GenericVariableValue< false > & | coupledGenericScalarValue (const std::string &var_name, const unsigned int comp) const |
| |
| const GenericVariableValue< true > & | coupledGenericScalarValue (const std::string &var_name, const unsigned int comp) const |
| |
| const VariableValue & | coupledVectorTagScalarValue (const std::string &var_name, TagID tag, unsigned int comp=0) const |
| |
| const VariableValue & | coupledMatrixTagScalarValue (const std::string &var_name, TagID tag, unsigned int comp=0) const |
| |
| const VariableValue & | coupledScalarValueOld (const std::string &var_name, unsigned int comp=0) const |
| |
| const VariableValue & | coupledScalarValueOlder (const std::string &var_name, unsigned int comp=0) const |
| |
| const VariableValue & | coupledScalarDot (const std::string &var_name, unsigned int comp=0) const |
| |
| const ADVariableValue & | adCoupledScalarDot (const std::string &var_name, unsigned int comp=0) const |
| |
| const VariableValue & | coupledScalarDotDot (const std::string &var_name, unsigned int comp=0) const |
| |
| const VariableValue & | coupledScalarDotOld (const std::string &var_name, unsigned int comp=0) const |
| |
| const VariableValue & | coupledScalarDotDotOld (const std::string &var_name, unsigned int comp=0) const |
| |
| const VariableValue & | coupledScalarDotDu (const std::string &var_name, unsigned int comp=0) const |
| |
| const VariableValue & | coupledScalarDotDotDu (const std::string &var_name, unsigned int comp=0) const |
| |
| const MooseVariableScalar * | getScalarVar (const std::string &var_name, unsigned int comp) const |
| |
| virtual GradientType | evaluateGradDot (const ElemArg &, const StateArg &) const |
| |
| virtual GradientType | evaluateGradDot (const FaceArg &, const StateArg &) const |
| |
| virtual GradientType | evaluateGradDot (const ElemQpArg &, const StateArg &) const |
| |
| virtual GradientType | evaluateGradDot (const ElemSideQpArg &, const StateArg &) const |
| |
| virtual GradientType | evaluateGradDot (const ElemPointArg &, const StateArg &) const |
| |
| virtual GradientType | evaluateGradDot (const NodeArg &, const StateArg &) const |
| |
| virtual GradientType | evaluateGradDot (const ElemArg &, const StateArg &) const |
| |
| virtual GradientType | evaluateGradDot (const FaceArg &, const StateArg &) const |
| |
| virtual GradientType | evaluateGradDot (const ElemQpArg &, const StateArg &) const |
| |
| virtual GradientType | evaluateGradDot (const ElemSideQpArg &, const StateArg &) const |
| |
| virtual GradientType | evaluateGradDot (const ElemPointArg &, const StateArg &) const |
| |
| virtual GradientType | evaluateGradDot (const NodeArg &, const StateArg &) const |
| |
| virtual GradientType | evaluateGradDot (const ElemArg &, const StateArg &) const |
| |
| virtual GradientType | evaluateGradDot (const FaceArg &, const StateArg &) const |
| |
| virtual GradientType | evaluateGradDot (const ElemQpArg &, const StateArg &) const |
| |
| virtual GradientType | evaluateGradDot (const ElemSideQpArg &, const StateArg &) const |
| |
| virtual GradientType | evaluateGradDot (const ElemPointArg &, const StateArg &) const |
| |
| virtual GradientType | evaluateGradDot (const NodeArg &, const StateArg &) const |
| |
|
| ValueType | evaluateHelper (const R &r, const Moose::StateArg &state) const |
| |
| ValueType | evaluate (const ElemArg &elem, const Moose::StateArg &state) const override final |
| |
| ValueType | evaluate (const FaceArg &face, const Moose::StateArg &state) const override final |
| |
| ValueType | evaluate (const ElemQpArg &qp, const Moose::StateArg &state) const override final |
| |
| ValueType | evaluate (const ElemSideQpArg &elem_side_qp, const Moose::StateArg &state) const override final |
| |
| ValueType | evaluate (const ElemPointArg &elem_point, const Moose::StateArg &state) const override final |
| |
| ValueType | evaluate (const NodeArg &node, const Moose::StateArg &state) const override final |
| |
| GradientType | evaluateGradientHelper (const R &r, const Moose::StateArg &state) const |
| |
| GradientType | evaluateGradient (const ElemArg &elem, const Moose::StateArg &state) const override final |
| |
| GradientType | evaluateGradient (const FaceArg &face, const Moose::StateArg &state) const override final |
| |
| GradientType | evaluateGradient (const ElemQpArg &qp, const Moose::StateArg &state) const override final |
| |
| GradientType | evaluateGradient (const ElemSideQpArg &elem_side_qp, const Moose::StateArg &state) const override final |
| |
| GradientType | evaluateGradient (const ElemPointArg &elem_point, const Moose::StateArg &state) const override final |
| |
| GradientType | evaluateGradient (const NodeArg &node, const Moose::StateArg &state) const override final |
| |
| DotType | evaluateDotHelper (const R &r, const Moose::StateArg &state) const |
| |
| DotType | evaluateDot (const ElemArg &elem, const Moose::StateArg &state) const override final |
| |
| DotType | evaluateDot (const FaceArg &face, const Moose::StateArg &state) const override final |
| |
| DotType | evaluateDot (const ElemQpArg &qp, const Moose::StateArg &state) const override final |
| |
| DotType | evaluateDot (const ElemSideQpArg &elem_side_qp, const Moose::StateArg &state) const override final |
| |
| DotType | evaluateDot (const ElemPointArg &elem_point, const Moose::StateArg &state) const override final |
| |
| DotType | evaluateDot (const NodeArg &node, const Moose::StateArg &state) const override final |
| |
| const PostprocessorName & | getPostprocessorNameInternal (const std::string ¶m_name, const unsigned int index, const bool allow_default_value=true) const |
| |
| bool | isDefaultPostprocessorValueByName (const PostprocessorName &name) const |
| |
| PostprocessorValue | getDefaultPostprocessorValueByName (const PostprocessorName &name) const |
| |
| void | checkParam (const std::string ¶m_name, const unsigned int index=std::numeric_limits< unsigned int >::max()) const |
| |
| bool | postprocessorsAdded () const |
| |
| const UserObjectBase & | getUserObjectFromFEProblem (const UserObjectName &object_name, const THREAD_ID tid=0) const |
| |
| const T & | castUserObject (const UserObjectBase &uo_base, const std::string ¶m_name="") const |
| |
| void | mooseObjectError (const std::string ¶m_name, std::stringstream &oss) const |
| |
| const std::string & | userObjectType (const UserObjectBase &uo) const |
| |
| const std::string & | userObjectName (const UserObjectBase &uo) const |
| |
| RestartableDataValue & | registerRestartableDataOnApp (std::unique_ptr< RestartableDataValue > data, THREAD_ID tid) const |
| |
| void | registerRestartableNameWithFilterOnApp (const std::string &name, Moose::RESTARTABLE_FILTER filter) |
| |
| RestartableData< T > & | declareRestartableDataHelper (const std::string &data_name, void *context, Args &&... args) const |
| |
| const VariableValue * | getDefaultValue (const std::string &var_name) const |
| |
| const ADVariableValue * | getADDefaultValue (const std::string &var_name) const |
| |
| void | checkVar (const std::string &var_name) const |
| |
| void | validateExecutionerType (const std::string &name, const std::string &fn_name) const |
| |
| void | clearCacheData () |
| |
| ValueType | queryQpCache (unsigned int qp, const libMesh::QBase &qrule, std::vector< std::pair< bool, Real > > &qp_cache_data, const SpaceArg &space, const StateArg &state) const |
| |
| ValueType | queryFVArgCache (std::map< SpaceArg, ValueType > &cache_data, const SpaceArg &space) const |
| |
| const PostprocessorValue & | getPostprocessorValueInternal (const std::string ¶m_name, unsigned int index, std::size_t t_index) const |
| |
| const PostprocessorValue & | getPostprocessorValueInternal (const std::string ¶m_name, unsigned int index, std::size_t t_index) const |
| |
| const PostprocessorValue & | getPostprocessorValueByNameInternal (const PostprocessorName &name, std::size_t t_index) const |
| |
| const PostprocessorValue & | getPostprocessorValueByNameInternal (const PostprocessorName &name, std::size_t t_index) const |
| |