#include <MassFluxPenaltyIPHDGAssemblyHelper.h>
Static Public Member Functions | |
| static InputParameters | validParams () |
| static std::string | deduceFunctorName (const std::string &name, const InputParameters ¶ms) |
Public Attributes | |
| const MooseVariableField< Real > & | _vel_x_var |
| const MooseVariableField< Real > & | _vel_y_var |
| const ADVariableValue & | _vel_x |
| const ADVariableValue & | _vel_y |
| const ADVariableValue *const | _vel_z |
| const unsigned short | _comp |
| const Real | _gamma |
| const Moose::Functor< ADRealVectorValue > & | _face_velocity |
| Real | _hmax |
| Facet characteristic length for correct norm computations. More... | |
Static Public Attributes | |
| static constexpr PropertyValue::id_type | default_property_id |
| static constexpr PropertyValue::id_type | zero_property_id |
Protected Member Functions | |
| virtual void | checkMaterialProperty (const std::string &name, const unsigned int state) |
| virtual void | getKokkosMaterialPropertyHook (const std::string &, const unsigned int) |
| void | markMatPropRequested (const std::string &) |
| MaterialPropertyName | getMaterialPropertyName (const std::string &name) const |
| void | checkExecutionStage () |
| const GenericMaterialProperty< T, is_ad > * | defaultGenericMaterialProperty (const std::string &name) |
| const GenericMaterialProperty< T, is_ad > * | defaultGenericMaterialProperty (const std::string &name) |
| const MaterialProperty< T > * | defaultMaterialProperty (const std::string &name) |
| const MaterialProperty< T > * | defaultMaterialProperty (const std::string &name) |
| const ADMaterialProperty< T > * | defaultADMaterialProperty (const std::string &name) |
| const ADMaterialProperty< T > * | defaultADMaterialProperty (const std::string &name) |
| std::string | deduceFunctorName (const std::string &name) const |
| const Moose::Functor< T > & | getFunctor (const std::string &name) |
| const Moose::Functor< T > & | getFunctor (const std::string &name, THREAD_ID tid) |
| const Moose::Functor< T > & | getFunctor (const std::string &name, SubProblem &subproblem) |
| const Moose::Functor< T > & | getFunctor (const std::string &name, SubProblem &subproblem, THREAD_ID tid) |
| bool | isFunctor (const std::string &name) const |
| bool | isFunctor (const std::string &name, const SubProblem &subproblem) const |
| Moose::ElemArg | makeElemArg (const Elem *elem, bool correct_skewnewss=false) const |
| void | checkFunctorSupportsSideIntegration (const std::string &name, bool qp_integration) |
| const Moose::Functor< T > & | getFunctorByName (const std::string &name) |
Static Protected Attributes | |
| static const std::string | _interpolated_old |
| static const std::string | _interpolated_older |
Private Member Functions | |
| ADReal | computeQpResidualOnSide (const unsigned int qp) |
Definition at line 21 of file MassFluxPenaltyIPHDGAssemblyHelper.h.
| MassFluxPenaltyIPHDGAssemblyHelper::MassFluxPenaltyIPHDGAssemblyHelper | ( | const MooseObject *const | moose_obj, |
| MooseVariableDependencyInterface *const | mvdi, | ||
| const TransientInterface *const | ti, | ||
| const MooseMesh & | mesh, | ||
| SystemBase & | sys, | ||
| const Assembly & | assembly, | ||
| const THREAD_ID | tid, | ||
| const std::set< SubdomainID > & | block_ids, | ||
| const std::set< BoundaryID > & | boundary_ids | ||
| ) |
Definition at line 32 of file MassFluxPenaltyIPHDGAssemblyHelper.C.
Definition at line 88 of file MassFluxPenaltyIPHDGAssemblyHelper.C.
Referenced by lmFace(), and scalarFace().
|
overridevirtual |
Implements IPHDGAssemblyHelper.
Definition at line 75 of file MassFluxPenaltyIPHDGAssemblyHelper.C.
|
inlineoverridevirtual |
Implements IPHDGAssemblyHelper.
Definition at line 42 of file MassFluxPenaltyIPHDGAssemblyHelper.h.
|
overridevirtual |
Implements IPHDGAssemblyHelper.
Definition at line 62 of file MassFluxPenaltyIPHDGAssemblyHelper.C.
|
inlineoverridevirtual |
Implements IPHDGAssemblyHelper.
Definition at line 36 of file MassFluxPenaltyIPHDGAssemblyHelper.h.
|
static |
Definition at line 16 of file MassFluxPenaltyIPHDGAssemblyHelper.C.
Referenced by MassFluxPenaltyBC::validParams(), and MassFluxPenaltyIPHDG::validParams().
| const unsigned short MassFluxPenaltyIPHDGAssemblyHelper::_comp |
Definition at line 52 of file MassFluxPenaltyIPHDGAssemblyHelper.h.
Referenced by computeQpResidualOnSide().
| const Moose::Functor<ADRealVectorValue>& MassFluxPenaltyIPHDGAssemblyHelper::_face_velocity |
Definition at line 54 of file MassFluxPenaltyIPHDGAssemblyHelper.h.
Referenced by computeQpResidualOnSide().
| const Real MassFluxPenaltyIPHDGAssemblyHelper::_gamma |
Definition at line 53 of file MassFluxPenaltyIPHDGAssemblyHelper.h.
Referenced by computeQpResidualOnSide().
| Real MassFluxPenaltyIPHDGAssemblyHelper::_hmax |
Facet characteristic length for correct norm computations.
Definition at line 56 of file MassFluxPenaltyIPHDGAssemblyHelper.h.
Referenced by computeQpResidualOnSide(), lmFace(), and scalarFace().
| const ADVariableValue& MassFluxPenaltyIPHDGAssemblyHelper::_vel_x |
Definition at line 49 of file MassFluxPenaltyIPHDGAssemblyHelper.h.
Referenced by computeQpResidualOnSide().
| const MooseVariableField<Real>& MassFluxPenaltyIPHDGAssemblyHelper::_vel_x_var |
Definition at line 47 of file MassFluxPenaltyIPHDGAssemblyHelper.h.
| const ADVariableValue& MassFluxPenaltyIPHDGAssemblyHelper::_vel_y |
Definition at line 50 of file MassFluxPenaltyIPHDGAssemblyHelper.h.
Referenced by computeQpResidualOnSide().
| const MooseVariableField<Real>& MassFluxPenaltyIPHDGAssemblyHelper::_vel_y_var |
Definition at line 48 of file MassFluxPenaltyIPHDGAssemblyHelper.h.
| const ADVariableValue* const MassFluxPenaltyIPHDGAssemblyHelper::_vel_z |
Definition at line 51 of file MassFluxPenaltyIPHDGAssemblyHelper.h.
Referenced by computeQpResidualOnSide().
1.8.14