Enhances Coupleable interface to also couple the values from neighbor elements. More...
#include <NeighborCoupleable.h>
Public Member Functions | |
NeighborCoupleable (const MooseObject *moose_object, bool nodal, bool neighbor_nodal, bool is_fv=false) | |
Constructing the object. More... | |
virtual const VariableValue & | coupledNeighborValue (const std::string &var_name, unsigned int comp=0) const |
std::vector< const VariableValue * > | coupledNeighborValues (const std::string &var_name) const |
std::vector< const VariableValue * > | coupledNeighborValuesOld (const std::string &var_name) const |
std::vector< const VariableValue * > | coupledNeighborValuesOlder (const std::string &var_name) const |
virtual const ADVariableValue & | adCoupledNeighborValue (const std::string &var_name, unsigned int comp=0) const |
Get the coupled neighbor variable value for var_name with derivative information for automatic differentiation objects. More... | |
template<bool is_ad> | |
const auto & | coupledGenericNeighborValue (const std::string &var_name, unsigned int comp=0) const |
Retrieve the coupled neighbor variable value whether AD or not. More... | |
template<bool is_ad> | |
const auto & | coupledGenericNeighborGradient (const std::string &var_name, unsigned int comp=0) const |
Retrieve the coupled neighbor variable gradient whether AD or not. More... | |
virtual const ADVariableValue & | adCoupledNeighborValueDot (const std::string &var_name, unsigned int comp=0) const |
Get the time derivative of the coupled neighbor variable value for var_name with derivative information for automatic differentiation objects. More... | |
std::vector< const ADVariableValue * > | adCoupledNeighborValues (const std::string &var_name) const |
virtual const ADVectorVariableValue & | adCoupledVectorNeighborValue (const std::string &var_name, unsigned int comp=0) const |
Get the coupled neighbor vector variable value for var_name with derivative information for automatic differentiation objects. More... | |
virtual const VariableValue & | coupledNeighborValueDot (const std::string &var_name, unsigned int comp=0) const |
virtual const VariableValue & | coupledNeighborValueDotDu (const std::string &var_name, unsigned int comp=0) const |
virtual const VariableValue & | coupledNeighborValueOld (const std::string &var_name, unsigned int comp=0) const |
virtual const VariableValue & | coupledNeighborValueOlder (const std::string &var_name, unsigned int comp=0) const |
virtual const VariableGradient & | coupledNeighborGradient (const std::string &var_name, unsigned int comp=0) const |
virtual std::vector< const VariableGradient * > | coupledNeighborGradients (const std::string &var_name) const |
virtual const VariableGradient & | coupledNeighborGradientOld (const std::string &var_name, unsigned int comp=0) const |
virtual const VariableGradient & | coupledNeighborGradientOlder (const std::string &var_name, unsigned int comp=0) const |
virtual const ADVariableGradient & | adCoupledNeighborGradient (const std::string &var_name, unsigned int comp=0) const |
Get the coupled neighbor variable gradient for var_name with derivative information for automatic differentiation objects. More... | |
virtual const VectorVariableGradient & | coupledVectorNeighborGradient (const std::string &var_name, unsigned int comp=0) const |
virtual const VectorVariableGradient & | coupledVectorNeighborGradientOld (const std::string &var_name, unsigned int comp=0) const |
virtual const VectorVariableGradient & | coupledVectorNeighborGradientOlder (const std::string &var_name, unsigned int comp=0) const |
virtual const ArrayVariableValue & | coupledArrayNeighborValue (const std::string &var_name, unsigned int comp=0) const |
virtual const ArrayVariableGradient & | coupledArrayNeighborGradient (const std::string &var_name, unsigned int comp=0) const |
virtual const ArrayVariableGradient & | coupledArrayNeighborGradientOld (const std::string &var_name, unsigned int comp=0) const |
virtual const ArrayVariableGradient & | coupledArrayNeighborGradientOlder (const std::string &var_name, unsigned int comp=0) const |
virtual const VariableSecond & | coupledNeighborSecond (const std::string &var_name, unsigned int i=0) const |
virtual const VariableValue & | coupledNeighborDofValues (const std::string &var_name, unsigned int comp=0) const |
virtual const VariableValue & | coupledNeighborDofValuesOld (const std::string &var_name, unsigned int comp=0) const |
virtual const VariableValue & | coupledNeighborDofValuesOlder (const std::string &var_name, unsigned int comp=0) const |
const std::unordered_map< std::string, std::vector< MooseVariableFieldBase * > > & | getCoupledVars () const |
Get the list of coupled variables. More... | |
const std::vector< MooseVariableFieldBase * > & | getCoupledMooseVars () const |
Get the list of all coupled variables. More... | |
const std::vector< MooseVariable * > & | getCoupledStandardMooseVars () const |
Get the list of standard coupled variables. More... | |
const std::vector< VectorMooseVariable * > & | getCoupledVectorMooseVars () const |
Get the list of vector coupled variables. More... | |
const std::vector< ArrayMooseVariable * > & | getCoupledArrayMooseVars () const |
Get the list of array coupled variables. More... | |
void | addFEVariableCoupleableVectorTag (TagID tag) |
void | addFEVariableCoupleableMatrixTag (TagID tag) |
std::set< TagID > & | getFEVariableCoupleableVectorTags () |
const std::set< TagID > & | getFEVariableCoupleableVectorTags () const |
std::set< TagID > & | getFEVariableCoupleableMatrixTags () |
const std::set< TagID > & | getFEVariableCoupleableMatrixTags () const |
auto & | getWritableCoupledVariables () const |
returns a reference to the set of writable coupled variables More... | |
bool | hasWritableCoupledVariables () const |
Checks whether the object has any writable coupled variables. More... | |
const ADVariableValue * | getADDefaultValue (const std::string &var_name) const |
Helper method to return (and insert if necessary) the default value for Automatic Differentiation for an uncoupled variable. More... | |
const ADVectorVariableValue * | getADDefaultVectorValue (const std::string &var_name) const |
Helper method to return (and insert if necessary) the default vector value for Automatic Differentiation for an uncoupled variable. More... | |
const ADVariableGradient & | getADDefaultGradient () const |
Helper method to return (and insert if necessary) the default gradient for Automatic Differentiation for an uncoupled variable. More... | |
const ADVectorVariableGradient & | getADDefaultVectorGradient () const |
Helper method to return (and insert if necessary) the default gradient for Automatic Differentiation for an uncoupled vector variable. More... | |
const ADVariableSecond & | getADDefaultSecond () const |
Helper method to return (and insert if necessary) the default second derivatives for Automatic Differentiation for an uncoupled variable. More... | |
const ADVectorVariableCurl & | getADDefaultCurl () const |
Helper method to return (and insert if necessary) the default curl value for Automatic Differentiation for an uncoupled variable. More... | |
Moose::Kokkos::VariableValue | kokkosCoupledVectorTagValueByName (const std::string &var_name, const std::string &tag_name, unsigned int comp=0) |
Moose::Kokkos::VariableValue | kokkosCoupledVectorTagValuesByName (const std::string &var_name, const std::string &tag_name) |
Moose::Kokkos::VariableGradient | kokkosCoupledVectorTagGradientByName (const std::string &var_name, const std::string &tag_name, unsigned int comp=0) |
Moose::Kokkos::VariableGradient | kokkosCoupledVectorTagGradientsByName (const std::string &var_name, const std::string &tag_name) |
Moose::Kokkos::VariableNodalValue | kokkosCoupledVectorTagNodalValueByName (const std::string &var_name, const std::string &tag_name, unsigned int comp=0) |
Moose::Kokkos::VariableNodalValue | kokkosCoupledVectorTagNodalValuesByName (const std::string &var_name, const std::string &tag_name) |
Moose::Kokkos::VariableValue | kokkosCoupledVectorTagValue (const std::string &var_name, const std::string &tag_param_name, unsigned int comp=0) |
Moose::Kokkos::VariableValue | kokkosCoupledVectorTagValues (const std::string &var_name, const std::string &tag_param_name) |
Moose::Kokkos::VariableGradient | kokkosCoupledVectorTagGradient (const std::string &var_name, const std::string &tag_param_name, unsigned int comp=0) |
Moose::Kokkos::VariableGradient | kokkosCoupledVectorTagGradients (const std::string &var_name, const std::string &tag_param_name) |
Moose::Kokkos::VariableNodalValue | kokkosCoupledVectorTagNodalValue (const std::string &var_name, const std::string &tag_param_name, unsigned int comp=0) |
Moose::Kokkos::VariableNodalValue | kokkosCoupledVectorTagNodalValues (const std::string &var_name, const std::string &tag_param_name) |
Moose::Kokkos::VariableValue | kokkosCoupledValue (const std::string &var_name, unsigned int comp=0) |
Moose::Kokkos::VariableValue | kokkosCoupledValues (const std::string &var_name) |
Moose::Kokkos::VariableGradient | kokkosCoupledGradient (const std::string &var_name, unsigned int comp=0) |
Moose::Kokkos::VariableGradient | kokkosCoupledGradients (const std::string &var_name) |
Moose::Kokkos::VariableNodalValue | kokkosCoupledNodalValue (const std::string &var_name, unsigned int comp=0) |
Moose::Kokkos::VariableNodalValue | kokkosCoupledNodalValues (const std::string &var_name) |
Moose::Kokkos::VariableValue | kokkosCoupledValueOld (const std::string &var_name, unsigned int comp=0) |
Moose::Kokkos::VariableValue | kokkosCoupledValuesOld (const std::string &var_name) |
Moose::Kokkos::VariableGradient | kokkosCoupledGradientOld (const std::string &var_name, unsigned int comp=0) |
Moose::Kokkos::VariableGradient | kokkosCoupledGradientsOld (const std::string &var_name) |
Moose::Kokkos::VariableNodalValue | kokkosCoupledNodalValueOld (const std::string &var_name, unsigned int comp=0) |
Moose::Kokkos::VariableNodalValue | kokkosCoupledNodalValuesOld (const std::string &var_name) |
Moose::Kokkos::VariableValue | kokkosCoupledValueOlder (const std::string &var_name, unsigned int comp=0) |
Moose::Kokkos::VariableValue | kokkosCoupledValuesOlder (const std::string &var_name) |
Moose::Kokkos::VariableGradient | kokkosCoupledGradientOlder (const std::string &var_name, unsigned int comp=0) |
Moose::Kokkos::VariableGradient | kokkosCoupledGradientsOlder (const std::string &var_name) |
Moose::Kokkos::VariableNodalValue | kokkosCoupledNodalValueOlder (const std::string &var_name, unsigned int comp=0) |
Moose::Kokkos::VariableNodalValue | kokkosCoupledNodalValuesOlder (const std::string &var_name) |
Moose::Kokkos::VariableValue | kokkosCoupledDot (const std::string &var_name, unsigned int comp=0) |
Moose::Kokkos::VariableValue | kokkosCoupledDots (const std::string &var_name) |
Moose::Kokkos::VariableNodalValue | kokkosCoupledNodalDot (const std::string &var_name, unsigned int comp=0) |
Moose::Kokkos::VariableNodalValue | kokkosCoupledNodalDots (const std::string &var_name) |
Moose::Kokkos::Scalar< const Real > | kokkosCoupledDotDu (const std::string &var_name, unsigned int comp=0) |
Moose::Kokkos::VariableValue | kokkosZeroValue () |
Moose::Kokkos::VariableGradient | kokkosZeroGradient () |
Moose::Kokkos::VariableNodalValue | kokkosZeroNodalValue () |
Protected Member Functions | |
virtual void | coupledCallback (const std::string &, bool) const |
A call-back function provided by the derived object for actions before coupling a variable with functions such as coupledValue. More... | |
virtual bool | isCoupled (const std::string &var_name, unsigned int i=0) const |
Returns true if a variables has been coupled as name. More... | |
virtual bool | isCoupledConstant (const std::string &var_name) const |
Returns true if a variable passed as a coupled value is really a constant. More... | |
unsigned int | coupledComponents (const std::string &var_name) const |
Number of coupled components. More... | |
VariableName | coupledName (const std::string &var_name, unsigned int comp=0) const |
Names of the variable in the Coupleable interface. More... | |
std::vector< VariableName > | coupledNames (const std::string &var_name) const |
Names of the variables in the Coupleable interface. More... | |
virtual unsigned int | coupled (const std::string &var_name, unsigned int comp=0) const |
Returns the index for a coupled variable by name. More... | |
std::vector< unsigned int > | coupledIndices (const std::string &var_name) const |
Returns the indices for a coupled variable's components. More... | |
virtual const VariableValue & | coupledValue (const std::string &var_name, unsigned int comp=0) const |
Returns value of a coupled variable. More... | |
std::vector< const VariableValue * > | coupledValues (const std::string &var_name) const |
Returns the values for all of a coupled variable components. More... | |
std::vector< const VectorVariableValue * > | coupledVectorValues (const std::string &var_name) const |
Returns the values for all of a coupled vector variable's components. More... | |
template<bool is_ad> | |
const GenericVariableValue< is_ad > & | coupledGenericValue (const std::string &var_name, unsigned int comp=0) const |
Returns value of a coupled variable for use in templated automatic differentiation classes. More... | |
template<> | |
const GenericVariableValue< false > & | coupledGenericValue (const std::string &var_name, unsigned int comp) const |
template<> | |
const GenericVariableValue< true > & | coupledGenericValue (const std::string &var_name, unsigned int comp) const |
template<bool is_ad> | |
const GenericVectorVariableValue< is_ad > & | coupledGenericVectorValue (const std::string &var_name, unsigned int comp=0) const |
Returns value of a coupled vector variable for use in templated automatic differentiation classes. More... | |
template<> | |
const GenericVectorVariableValue< false > & | coupledGenericVectorValue (const std::string &var_name, unsigned int comp) const |
template<> | |
const GenericVectorVariableValue< true > & | coupledGenericVectorValue (const std::string &var_name, unsigned int comp) const |
template<bool is_ad> | |
std::vector< const GenericVariableValue< is_ad > * > | coupledGenericValues (const std::string &var_name) const |
Returns the values for all of a coupled variable's components for use in templated automatic differentiation classes. More... | |
template<> | |
std::vector< const GenericVariableValue< false > * > | coupledGenericValues (const std::string &var_name) const |
template<> | |
std::vector< const GenericVariableValue< true > * > | coupledGenericValues (const std::string &var_name) const |
template<bool is_ad> | |
const GenericVariableValue< is_ad > & | coupledGenericDofValue (const std::string &var_name, unsigned int comp=0) const |
Returns DOF value of a coupled variable for use in templated automatic differentiation classes. More... | |
template<> | |
const GenericVariableValue< false > & | coupledGenericDofValue (const std::string &var_name, unsigned int comp) const |
template<> | |
const GenericVariableValue< true > & | coupledGenericDofValue (const std::string &var_name, unsigned int comp) const |
template<bool is_ad> | |
const GenericVariableValue< is_ad > & | coupledGenericDot (const std::string &var_name, unsigned int comp=0) const |
Returns time derivative of a coupled variable for use in templated automatic differentiation classes. More... | |
template<> | |
const GenericVariableValue< false > & | coupledGenericDot (const std::string &var_name, unsigned int comp) const |
template<> | |
const GenericVariableValue< true > & | coupledGenericDot (const std::string &var_name, unsigned int comp) const |
template<bool is_ad> | |
const GenericVariableValue< is_ad > & | coupledGenericDotDot (const std::string &var_name, unsigned int comp=0) const |
Returns the second time derivative of a coupled variable for use in templated automatic differentiation classes. More... | |
template<> | |
const GenericVariableValue< false > & | coupledGenericDotDot (const std::string &var_name, unsigned int comp) const |
template<> | |
const GenericVariableValue< true > & | coupledGenericDotDot (const std::string &var_name, unsigned int comp) const |
virtual const VariableValue & | coupledValueLower (const std::string &var_name, unsigned int comp=0) const |
Returns value of a coupled lower-dimensional variable. More... | |
const ADVariableValue & | adCoupledValue (const std::string &var_name, unsigned int comp=0) const |
Returns value of a coupled variable for use in Automatic Differentiation. More... | |
std::vector< const ADVariableValue * > | adCoupledValues (const std::string &var_name) const |
Returns the values for all of a coupled variable's components for use in Automatic Differentiation. More... | |
const ADVariableValue & | adCoupledLowerValue (const std::string &var_name, unsigned int comp=0) const |
Returns value of a coupled lower-dimensional variable for use in Automatic Differentiation. More... | |
const ADVectorVariableValue & | adCoupledVectorValue (const std::string &var_name, unsigned int comp=0) const |
Returns value of a coupled vector variable for use in Automatic Differentiation. More... | |
std::vector< const ADVectorVariableValue * > | adCoupledVectorValues (const std::string &var_name) const |
Returns the values for all of a coupled vector variable's components for use in Automatic Differentiation. More... | |
virtual const VariableValue & | coupledVectorTagValue (const std::string &var_names, TagID tag, unsigned int index=0) const |
Returns value of a coupled variable for a given tag. More... | |
virtual const VariableValue & | coupledVectorTagValue (const std::string &var_names, const std::string &tag_name, unsigned int index=0) const |
std::vector< const VariableValue * > | coupledVectorTagValues (const std::string &var_names, TagID tag) const |
Returns the values for all the coupled variables desired for a given tag. More... | |
std::vector< const VariableValue * > | coupledVectorTagValues (const std::string &var_names, const std::string &tag_name) const |
virtual const ArrayVariableValue & | coupledVectorTagArrayValue (const std::string &var_names, TagID tag, unsigned int index=0) const |
Returns value of a coupled array variable for a given tag. More... | |
virtual const ArrayVariableValue & | coupledVectorTagArrayValue (const std::string &var_names, const std::string &tag_name, unsigned int index=0) const |
std::vector< const ArrayVariableValue * > | coupledVectorTagArrayValues (const std::string &var_names, TagID tag) const |
Returns the values for all the coupled variables desired for a given tag. More... | |
std::vector< const ArrayVariableValue * > | coupledVectorTagArrayValues (const std::string &var_names, const std::string &tag_name) const |
virtual const VariableGradient & | coupledVectorTagGradient (const std::string &var_names, TagID tag, unsigned int index=0) const |
Returns gradient of a coupled variable for a given tag. More... | |
virtual const VariableGradient & | coupledVectorTagGradient (const std::string &var_names, const std::string &tag_name, unsigned int index=0) const |
std::vector< const VariableGradient * > | coupledVectorTagGradients (const std::string &var_names, TagID tag) const |
Returns gradients for all the coupled variables desired for a given tag. More... | |
std::vector< const VariableGradient * > | coupledVectorTagGradients (const std::string &var_names, const std::string &tag_name) const |
virtual const ArrayVariableGradient & | coupledVectorTagArrayGradient (const std::string &var_names, TagID tag, unsigned int index=0) const |
Returns gradient of a coupled array variable for a given tag. More... | |
virtual const ArrayVariableGradient & | coupledVectorTagArrayGradient (const std::string &var_names, const std::string &tag_name, unsigned int index=0) const |
std::vector< const ArrayVariableGradient * > | coupledVectorTagArrayGradients (const std::string &var_names, TagID tag) const |
Returns gradients for all the coupled variables desired for a given tag. More... | |
std::vector< const ArrayVariableGradient * > | coupledVectorTagArrayGradients (const std::string &var_names, const std::string &tag_name) const |
virtual const VariableValue & | coupledVectorTagDofValue (const std::string &var_name, TagID tag, unsigned int index=0) const |
Returns dof value of a coupled variable for a given tag. More... | |
virtual const VariableValue & | coupledVectorTagDofValue (const std::string &var_names, const std::string &tag_name, unsigned int index=0) const |
const ArrayVariableValue & | coupledVectorTagArrayDofValue (const std::string &var_name, const std::string &tag_name, unsigned int comp=0) const |
Returns evaluations of a tagged vector at the requested variable's degree of freedom indices. More... | |
std::vector< const VariableValue * > | coupledVectorTagDofValues (const std::string &var_names, TagID tag) const |
Returns the dof values for all the coupled variables desired for a given tag. More... | |
std::vector< const VariableValue * > | coupledVectorTagDofValues (const std::string &var_names, const std::string &tag_name) const |
virtual const VariableValue & | coupledMatrixTagValue (const std::string &var_names, TagID tag, unsigned int index=0) const |
Returns value of a coupled variable for a given tag. More... | |
virtual const VariableValue & | coupledMatrixTagValue (const std::string &var_names, const std::string &tag_name, unsigned int index=0) const |
std::vector< const VariableValue * > | coupledMatrixTagValues (const std::string &var_names, TagID tag) const |
Returns the diagonal matrix values for all the coupled variables desired for a given tag. More... | |
std::vector< const VariableValue * > | coupledMatrixTagValues (const std::string &var_names, const std::string &tag_name) const |
virtual const VectorVariableValue & | coupledVectorValue (const std::string &var_name, unsigned int comp=0) const |
Returns value of a coupled vector variable. More... | |
virtual const ArrayVariableValue & | coupledArrayValue (const std::string &var_name, unsigned int comp=0) const |
Returns value of a coupled array variable. More... | |
std::vector< const ArrayVariableValue * > | coupledArrayValues (const std::string &var_name) const |
Returns the values for all of a coupled array variable's components. More... | |
MooseWritableVariable & | writableVariable (const std::string &var_name, unsigned int comp=0) |
Returns a writable MooseVariable object for a nodal or elemental variable. More... | |
virtual VariableValue & | writableCoupledValue (const std::string &var_name, unsigned int comp=0) |
Returns a writable reference to a coupled variable for writing to multiple AuxVariables from a single AuxKernel or a UserObject. More... | |
void | checkWritableVar (MooseWritableVariable *var) |
Checks that the passed in variable is only accessed writable by one object in a given subdomain. More... | |
virtual const VariableValue & | coupledValueOld (const std::string &var_name, unsigned int comp=0) const |
Returns an old value from previous time step of a coupled variable. More... | |
std::vector< const VariableValue * > | coupledValuesOld (const std::string &var_name) const |
Returns the old values for all of a coupled variable's components. More... | |
std::vector< const VectorVariableValue * > | coupledVectorValuesOld (const std::string &var_name) const |
Returns the old values for all of a coupled vector variable's components. More... | |
virtual const VariableValue & | coupledValueOlder (const std::string &var_name, unsigned int comp=0) const |
Returns an old value from two time steps previous of a coupled variable. More... | |
std::vector< const VariableValue * > | coupledValuesOlder (const std::string &var_name) const |
Returns the older values for all of a coupled variable's components. More... | |
virtual const VariableValue & | coupledValuePreviousNL (const std::string &var_name, unsigned int comp=0) const |
Returns value of previous Newton iterate of a coupled variable. More... | |
virtual const VectorVariableValue & | coupledVectorValueOld (const std::string &var_name, unsigned int comp=0) const |
Returns an old value from previous time step of a coupled vector variable. More... | |
virtual const VectorVariableValue & | coupledVectorValueOlder (const std::string &var_name, unsigned int comp=0) const |
Returns an old value from two time steps previous of a coupled vector variable. More... | |
virtual const ArrayVariableValue & | coupledArrayValueOld (const std::string &var_name, unsigned int comp=0) const |
Returns an old value from previous time step of a coupled array variable. More... | |
virtual const ArrayVariableValue & | coupledArrayValueOlder (const std::string &var_name, unsigned int comp=0) const |
Returns an old value from two time steps previous of a coupled array variable. More... | |
virtual const VariableGradient & | coupledGradient (const std::string &var_name, unsigned int comp=0) const |
Returns gradient of a coupled variable. More... | |
std::vector< const VariableGradient * > | coupledGradients (const std::string &var_name) const |
Returns the gradients for all of a coupled variable's components. More... | |
const ADVariableGradient & | adCoupledGradient (const std::string &var_name, unsigned int comp=0) const |
Returns gradient of a coupled variable for use in Automatic Differentiation. More... | |
const ADVariableGradient & | adCoupledGradientDot (const std::string &var_name, unsigned int comp=0) const |
Returns gradient of a coupled variable's time derivative for use in Automatic Differentiation. More... | |
std::vector< const ADVariableGradient * > | adCoupledGradients (const std::string &var_name) const |
Returns the gradients for all of a coupled variable's components for use in Automatic Differentiation. More... | |
template<bool is_ad> | |
const GenericVariableGradient< is_ad > & | coupledGenericGradient (const std::string &var_name, unsigned int comp=0) const |
Returns gradient of a coupled variable for use in templated automatic differentiation. More... | |
template<> | |
const GenericVariableGradient< false > & | coupledGenericGradient (const std::string &var_name, unsigned int comp) const |
template<> | |
const GenericVariableGradient< true > & | coupledGenericGradient (const std::string &var_name, unsigned int comp) const |
template<bool is_ad> | |
std::vector< const GenericVariableGradient< is_ad > * > | coupledGenericGradients (const std::string &var_name) const |
Returns the gradients for all of a coupled variable's components for use in templated automatic differentiation. More... | |
template<> | |
std::vector< const GenericVariableGradient< false > * > | coupledGenericGradients (const std::string &var_name) const |
template<> | |
std::vector< const GenericVariableGradient< true > * > | coupledGenericGradients (const std::string &var_name) const |
const ADVectorVariableGradient & | adCoupledVectorGradient (const std::string &var_name, unsigned int comp=0) const |
Returns gradient of a coupled vector variable for use in Automatic Differentiation. More... | |
const ADVariableSecond & | adCoupledSecond (const std::string &var_name, unsigned int comp=0) const |
Returns second derivatives of a coupled variable for use in Automatic Differentiation. More... | |
const ADVectorVariableSecond & | adCoupledVectorSecond (const std::string &var_name, unsigned int comp=0) const |
Returns second derivatives of a coupled vector variable for use in Automatic Differentiation. More... | |
virtual const VariableGradient & | coupledGradientOld (const std::string &var_name, unsigned int comp=0) const |
Returns an old gradient from previous time step of a coupled variable. More... | |
std::vector< const VariableGradient * > | coupledGradientsOld (const std::string &var_name) const |
Returns the old gradients for all of a coupled variable's components. More... | |
virtual const VariableGradient & | coupledGradientOlder (const std::string &var_name, unsigned int comp=0) const |
Returns an old gradient from two time steps previous of a coupled variable. More... | |
virtual const VariableGradient & | coupledGradientPreviousNL (const std::string &var_name, unsigned int comp=0) const |
Returns gradient of a coupled variable for previous Newton iterate. More... | |
virtual const VariableGradient & | coupledGradientDot (const std::string &var_name, unsigned int comp=0) const |
Time derivative of the gradient of a coupled variable. More... | |
virtual const VariableGradient & | coupledGradientDotDot (const std::string &var_name, unsigned int comp=0) const |
Second time derivative of the gradient of a coupled variable. More... | |
virtual const VectorVariableGradient & | coupledVectorGradient (const std::string &var_name, unsigned int comp=0) const |
Returns gradient of a coupled vector variable. More... | |
virtual const VectorVariableGradient & | coupledVectorGradientOld (const std::string &var_name, unsigned int comp=0) const |
Returns an old gradient from previous time step of a coupled vector variable. More... | |
virtual const VectorVariableGradient & | coupledVectorGradientOlder (const std::string &var_name, unsigned int comp=0) const |
Returns an old gradient from two time steps previous of a coupled vector variable. More... | |
virtual const ArrayVariableGradient & | coupledArrayGradient (const std::string &var_name, unsigned int comp=0) const |
Returns gradient of a coupled array variable. More... | |
virtual const ArrayVariableGradient & | coupledArrayGradientOld (const std::string &var_name, unsigned int comp=0) const |
Returns an old gradient from previous time step of a coupled array variable. More... | |
virtual const ArrayVariableGradient & | coupledArrayGradientOlder (const std::string &var_name, unsigned int comp=0) const |
Returns an old gradient from two time steps previous of a coupled array variable. More... | |
virtual const ArrayVariableGradient & | coupledArrayGradientDot (const std::string &var_name, unsigned int comp=0) const |
Retun a gradient of a coupled array variable's time derivative. More... | |
virtual const VectorVariableCurl & | coupledCurl (const std::string &var_name, unsigned int comp=0) const |
Returns curl of a coupled variable. More... | |
virtual const VectorVariableCurl & | coupledCurlOld (const std::string &var_name, unsigned int comp=0) const |
Returns an old curl from previous time step of a coupled variable. More... | |
virtual const VectorVariableCurl & | coupledCurlOlder (const std::string &var_name, unsigned int comp=0) const |
Returns an old curl from two time steps previous of a coupled variable. More... | |
const ADVectorVariableCurl & | adCoupledCurl (const std::string &var_name, unsigned int comp=0) const |
Returns curl of a coupled variable for use in objects utilizing Automatic Differentiation. More... | |
virtual const VectorVariableDivergence & | coupledDiv (const std::string &var_name, unsigned int comp=0) const |
Returns divergence of a coupled variable. More... | |
virtual const VectorVariableDivergence & | coupledDivOld (const std::string &var_name, unsigned int comp=0) const |
Returns an old divergence from previous time step of a coupled variable. More... | |
virtual const VectorVariableDivergence & | coupledDivOlder (const std::string &var_name, unsigned int comp=0) const |
Returns an old divergence from two time steps previous of a coupled variable. More... | |
virtual const VariableSecond & | coupledSecond (const std::string &var_name, unsigned int comp=0) const |
Returns second spatial derivatives of a coupled variable. More... | |
virtual const VariableSecond & | coupledSecondOld (const std::string &var_name, unsigned int comp=0) const |
Returns an old second spatial derivatives from previous time step of a coupled variable. More... | |
virtual const VariableSecond & | coupledSecondOlder (const std::string &var_name, unsigned int comp=0) const |
Returns an old second derivative from two time steps previous of a coupled variable. More... | |
virtual const VariableSecond & | coupledSecondPreviousNL (const std::string &var_name, unsigned int comp=0) const |
Returns second derivative of a coupled variable for the previous Newton iterate. More... | |
virtual const VariableValue & | coupledDot (const std::string &var_name, unsigned int comp=0) const |
Time derivative of a coupled variable. More... | |
std::vector< const VariableValue * > | coupledDots (const std::string &var_name) const |
Returns the time derivatives for all of a coupled variable's components. More... | |
virtual const VariableValue & | coupledDotDot (const std::string &var_name, unsigned int comp=0) const |
Second time derivative of a coupled variable. More... | |
virtual const VariableValue & | coupledDotOld (const std::string &var_name, unsigned int comp=0) const |
Old time derivative of a coupled variable. More... | |
virtual const VariableValue & | coupledDotDotOld (const std::string &var_name, unsigned int comp=0) const |
Old second time derivative of a coupled variable. More... | |
const ADVariableValue & | adCoupledDot (const std::string &var_name, unsigned int comp=0) const |
Time derivative of a coupled variable for ad simulations. More... | |
std::vector< const ADVariableValue * > | adCoupledDots (const std::string &var_name) const |
Returns the time derivatives for all of a coupled variable's components for ad simulations. More... | |
const ADVariableValue & | adCoupledDotDot (const std::string &var_name, unsigned int comp=0) const |
Second time derivative of a coupled variable for ad simulations. More... | |
const ADVectorVariableValue & | adCoupledVectorDot (const std::string &var_name, unsigned int comp=0) const |
Time derivative of a vector coupled variable for ad simulations. More... | |
virtual const VectorVariableValue & | coupledVectorDot (const std::string &var_name, unsigned int comp=0) const |
Time derivative of a coupled vector variable. More... | |
virtual const VectorVariableValue & | coupledVectorDotDot (const std::string &var_name, unsigned int comp=0) const |
Second time derivative of a coupled vector variable. More... | |
virtual const VectorVariableValue & | coupledVectorDotOld (const std::string &var_name, unsigned int comp=0) const |
Old time derivative of a coupled vector variable. More... | |
virtual const VectorVariableValue & | coupledVectorDotDotOld (const std::string &var_name, unsigned int comp=0) const |
Old second time derivative of a coupled vector variable. More... | |
virtual const VariableValue & | coupledVectorDotDu (const std::string &var_name, unsigned int comp=0) const |
Time derivative of a coupled vector variable with respect to the coefficients. More... | |
virtual const VariableValue & | coupledVectorDotDotDu (const std::string &var_name, unsigned int comp=0) const |
Second time derivative of a coupled vector variable with respect to the coefficients. More... | |
virtual const ArrayVariableValue & | coupledArrayDot (const std::string &var_name, unsigned int comp=0) const |
Time derivative of a coupled array variable. More... | |
virtual const ArrayVariableValue & | coupledArrayDotDot (const std::string &var_name, unsigned int comp=0) const |
Second time derivative of a coupled array variable. More... | |
virtual const ArrayVariableValue & | coupledArrayDotOld (const std::string &var_name, unsigned int comp=0) const |
Old time derivative of a coupled array variable. More... | |
virtual const ArrayVariableValue & | coupledArrayDotDotOld (const std::string &var_name, unsigned int comp=0) const |
Old second time derivative of a coupled array variable. More... | |
virtual const VariableValue & | coupledDotDu (const std::string &var_name, unsigned int comp=0) const |
Time derivative of a coupled variable with respect to the coefficients. More... | |
virtual const VariableValue & | coupledDotDotDu (const std::string &var_name, unsigned int comp=0) const |
Second time derivative of a coupled variable with respect to the coefficients. More... | |
const VariableValue & | coupledArrayDotDu (const std::string &var_name, unsigned int comp=0) const |
Time derivative of a coupled array variable with respect to the coefficients. More... | |
template<typename T > | |
const T & | coupledNodalValue (const std::string &var_name, unsigned int comp=0) const |
Returns nodal values of a coupled variable. More... | |
template<typename T > | |
const Moose::ADType< T >::type & | adCoupledNodalValue (const std::string &var_name, unsigned int comp=0) const |
Returns AD nodal values of a coupled variable. More... | |
template<typename T > | |
const T & | coupledNodalValueOld (const std::string &var_name, unsigned int comp=0) const |
Returns an old nodal value from previous time step of a coupled variable. More... | |
template<typename T > | |
const T & | coupledNodalValueOlder (const std::string &var_name, unsigned int comp=0) const |
Returns an old nodal value from two time steps previous of a coupled variable. More... | |
template<typename T > | |
const T & | coupledNodalValuePreviousNL (const std::string &var_name, unsigned int comp=0) const |
Returns nodal values of a coupled variable for previous Newton iterate. More... | |
template<typename T > | |
const T & | coupledNodalDot (const std::string &var_name, unsigned int comp=0) const |
Nodal values of time derivative of a coupled variable. More... | |
virtual const VariableValue & | coupledNodalDotDot (const std::string &var_name, unsigned int comp=0) const |
Nodal values of second time derivative of a coupled variable. More... | |
virtual const VariableValue & | coupledNodalDotOld (const std::string &var_name, unsigned int comp=0) const |
Nodal values of old time derivative of a coupled variable. More... | |
virtual const VariableValue & | coupledNodalDotDotOld (const std::string &var_name, unsigned int comp=0) const |
Nodal values of old second time derivative of a coupled variable. More... | |
virtual const VariableValue & | coupledDofValues (const std::string &var_name, unsigned int comp=0) const |
Returns DoFs in the current solution vector of a coupled variable for the local element. More... | |
std::vector< const VariableValue * > | coupledAllDofValues (const std::string &var_name) const |
Returns DoFs in the current solution vector of all of a coupled variable's components for the local element. More... | |
virtual const VariableValue & | coupledDofValuesOld (const std::string &var_name, unsigned int comp=0) const |
Returns DoFs in the old solution vector of a coupled variable for the local element. More... | |
std::vector< const VariableValue * > | coupledAllDofValuesOld (const std::string &var_name) const |
Returns DoFs in the old solution vector of all of a coupled variable's components for the local element. More... | |
virtual const VariableValue & | coupledDofValuesOlder (const std::string &var_name, unsigned int comp=0) const |
Returns DoFs in the older solution vector of a coupled variable for the local element. More... | |
std::vector< const VariableValue * > | coupledAllDofValuesOlder (const std::string &var_name) const |
Returns DoFs in the older solution vector of all of a coupled variable's components for the local element. More... | |
virtual const ArrayVariableValue & | coupledArrayDofValues (const std::string &var_name, unsigned int comp=0) const |
Returns DoFs in the current solution vector of a coupled array variable for the local element. More... | |
virtual const ADVariableValue & | adCoupledDofValues (const std::string &var_name, unsigned int comp=0) const |
Returns DOF value of a coupled variable for use in Automatic Differentiation. More... | |
const ADVariableValue & | adZeroValue () const |
method that returns _zero to RESIDUAL computing objects and _ad_zero to JACOBIAN computing objects More... | |
const ADVariableGradient & | adZeroGradient () const |
method that returns _grad_zero to RESIDUAL computing objects and _ad_grad_zero to JACOBIAN computing objects More... | |
const ADVariableSecond & | adZeroSecond () const |
Retrieve a zero second for automatic differentiation. More... | |
template<bool is_ad> | |
const GenericVariableValue< is_ad > & | genericZeroValue () |
Returns zero value templated with automatic differentiation boolean. More... | |
template<> | |
const GenericVariableValue< false > & | genericZeroValue () |
template<> | |
const GenericVariableValue< true > & | genericZeroValue () |
template<bool is_ad> | |
const GenericVariableGradient< is_ad > & | genericZeroGradient () |
Returns zero gradient templated with automatic differentiation boolean. More... | |
template<> | |
const GenericVariableGradient< false > & | genericZeroGradient () |
template<> | |
const GenericVariableGradient< true > & | genericZeroGradient () |
template<bool is_ad> | |
const GenericVariableSecond< is_ad > & | genericZeroSecond () |
Returns zero second derivative templated with automatic differentiation boolean. More... | |
template<> | |
const GenericVariableSecond< false > & | genericZeroSecond () |
template<> | |
const GenericVariableSecond< true > & | genericZeroSecond () |
bool | checkVar (const std::string &var_name, unsigned int comp=0, unsigned int comp_bound=0) const |
Check that the right kind of variable is being coupled in. More... | |
const MooseVariableFieldBase * | getFEVar (const std::string &var_name, unsigned int comp) const |
Deprecated method. More... | |
const MooseVariableFieldBase * | getFieldVar (const std::string &var_name, unsigned int comp) const |
MooseVariableFieldBase * | getFieldVar (const std::string &var_name, unsigned int comp) |
template<typename T > | |
const T * | getVarHelper (const std::string &var_name, unsigned int comp) const |
Helper that that be used to retrieve a variable of arbitrary type T . More... | |
template<typename T > | |
T * | getVarHelper (const std::string &var_name, unsigned int comp) |
Helper that can be used to retrieve a variable of arbitrary type T . More... | |
MooseVariable * | getVar (const std::string &var_name, unsigned int comp) |
Extract pointer to a coupled variable. More... | |
const MooseVariable * | getVar (const std::string &var_name, unsigned int comp) const |
Extract pointer to a coupled variable. More... | |
VectorMooseVariable * | getVectorVar (const std::string &var_name, unsigned int comp) |
Extract pointer to a coupled vector variable. More... | |
const VectorMooseVariable * | getVectorVar (const std::string &var_name, unsigned int comp) const |
Extract pointer to a coupled vector variable. More... | |
ArrayMooseVariable * | getArrayVar (const std::string &var_name, unsigned int comp) |
Extract pointer to a coupled array variable. More... | |
const ArrayMooseVariable * | getArrayVar (const std::string &var_name, unsigned int comp) const |
Extract pointer to a coupled array variable. More... | |
void | validateExecutionerType (const std::string &name, const std::string &fn_name) const |
Checks to make sure that the current Executioner has set "_is_transient" when old/older values are coupled in. More... | |
template<typename T , typename Func > | |
std::vector< T > | coupledVectorHelper (const std::string &var_name, const Func &func) const |
Protected Attributes | |
bool | _neighbor_nodal |
const InputParameters & | _c_parameters |
const std::string & | _c_name |
The name of the object this interface is part of. More... | |
const std::string & | _c_type |
The type of the object this interface is part of. More... | |
FEProblemBase & | _c_fe_problem |
const SystemBase *const | _c_sys |
Pointer to the system object if the moose object this is an interface for has one. More... | |
std::unordered_map< std::string, std::vector< MooseVariableFieldBase * > > | _coupled_vars |
Coupled vars whose values we provide. More... | |
std::vector< MooseVariableFieldBase * > | _coupled_moose_vars |
Vector of all coupled variables. More... | |
std::vector< MooseVariable * > | _coupled_standard_moose_vars |
Vector of standard coupled variables. More... | |
std::vector< VectorMooseVariable * > | _coupled_vector_moose_vars |
Vector of vector coupled variables. More... | |
std::vector< ArrayMooseVariable * > | _coupled_array_moose_vars |
Vector of array coupled variables. More... | |
std::vector< MooseVariableField< Real > * > | _coupled_fv_moose_vars |
Vector of all finite volume coupled variables. More... | |
const std::unordered_map< std::string, std::string > & | _new_to_deprecated_coupled_vars |
map from new to deprecated variable names More... | |
bool | _c_nodal |
True if we provide coupling to nodal values. More... | |
bool | _c_is_implicit |
True if implicit value is required. More... | |
const bool | _c_allow_element_to_nodal_coupling |
THREAD_ID | _c_tid |
Thread ID of the thread using this object. More... | |
std::unordered_map< std::string, std::vector< std::unique_ptr< VariableValue > > > | _default_value |
Will hold the default value for optional coupled variables. More... | |
std::unordered_map< std::string, std::unique_ptr< MooseArray< ADReal > > > | _ad_default_value |
Will hold the default value for optional coupled variables for automatic differentiation. More... | |
std::unordered_map< std::string, std::unique_ptr< VectorVariableValue > > | _default_vector_value |
Will hold the default value for optional vector coupled variables. More... | |
std::unordered_map< std::string, std::unique_ptr< ArrayVariableValue > > | _default_array_value |
Will hold the default value for optional array coupled variables. More... | |
std::unordered_map< std::string, std::unique_ptr< MooseArray< ADRealVectorValue > > > | _ad_default_vector_value |
Will hold the default value for optional vector coupled variables for automatic differentiation. More... | |
VariableValue | _default_value_zero |
This will always be zero because the default values for optionally coupled variables is always constant and this is used for time derivative info. More... | |
VariableGradient | _default_gradient |
This will always be zero because the default values for optionally coupled variables is always constant. More... | |
MooseArray< ADRealVectorValue > | _ad_default_gradient |
This will always be zero because the default values for optionally coupled variables is always constant. More... | |
MooseArray< ADRealTensorValue > | _ad_default_vector_gradient |
This will always be zero because the default values for optionally coupled vector variables is always constant. More... | |
VariableSecond | _default_second |
This will always be zero because the default values for optionally coupled variables is always constant. More... | |
MooseArray< ADRealTensorValue > | _ad_default_second |
This will always be zero because the default values for optionally coupled variables is always constant. More... | |
MooseArray< ADRealVectorValue > | _ad_default_curl |
This will always be zero because the default values for optionally coupled vector variables is always constant. More... | |
const VariableValue & | _zero |
Zero value of a variable. More... | |
const VariablePhiValue & | _phi_zero |
const MooseArray< ADReal > & | _ad_zero |
const VariableGradient & | _grad_zero |
Zero gradient of a variable. More... | |
const MooseArray< ADRealVectorValue > & | _ad_grad_zero |
const VariablePhiGradient & | _grad_phi_zero |
Zero gradient of trial function. More... | |
const VariableSecond & | _second_zero |
Zero second derivative of a variable. More... | |
const MooseArray< ADRealTensorValue > & | _ad_second_zero |
const VariablePhiSecond & | _second_phi_zero |
Zero second derivative of a test function. More... | |
const VectorVariableValue & | _vector_zero |
Zero value of a vector variable. More... | |
const VectorVariableCurl & | _vector_curl_zero |
Zero value of the curl of a vector variable. More... | |
VectorVariableValue | _default_vector_value_zero |
This will always be zero because the default values for optionally coupled variables is always constant and this is used for time derivative info. More... | |
VectorVariableGradient | _default_vector_gradient |
This will always be zero because the default values for optionally coupled variables is always constant. More... | |
VectorVariableCurl | _default_vector_curl |
This will always be zero because the default values for optionally coupled variables is always constant. More... | |
VectorVariableDivergence | _default_div |
This will always be zero because the default values for optionally coupled variables is always constant. More... | |
ArrayVariableValue | _default_array_value_zero |
This will always be zero because the default values for optionally coupled variables is always constant and this is used for time derivative info. More... | |
ArrayVariableGradient | _default_array_gradient |
This will always be zero because the default values for optionally coupled variables is always constant. More... | |
bool | _coupleable_neighbor |
Whether or not this object is a "neighbor" object: ie all of it's coupled values should be neighbor values. More... | |
Enhances Coupleable interface to also couple the values from neighbor elements.
Definition at line 21 of file NeighborCoupleable.h.
NeighborCoupleable::NeighborCoupleable | ( | const MooseObject * | moose_object, |
bool | nodal, | ||
bool | neighbor_nodal, | ||
bool | is_fv = false |
||
) |
Constructing the object.
parameters | Parameters that come from constructing the object |
nodal | true if we need to couple with nodal values, otherwise false |
is_fv | Whether the MooseObject is a finite volume object |
Definition at line 18 of file NeighborCoupleable.C.
|
protectedinherited |
Returns curl of a coupled variable for use in objects utilizing Automatic Differentiation.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 1788 of file Coupleable.C.
|
protectedvirtualinherited |
Returns DOF value of a coupled variable for use in Automatic Differentiation.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 2131 of file Coupleable.C.
|
protectedinherited |
Time derivative of a coupled variable for ad simulations.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 2281 of file Coupleable.C.
Referenced by Coupleable::adCoupledDots().
|
protectedinherited |
Second time derivative of a coupled variable for ad simulations.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 2304 of file Coupleable.C.
|
protectedinherited |
Returns the time derivatives for all of a coupled variable's components for ad simulations.
var_name | Name of coupled variable |
var_name
Definition at line 2784 of file Coupleable.C.
|
protectedinherited |
Returns gradient of a coupled variable for use in Automatic Differentiation.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 2222 of file Coupleable.C.
Referenced by Coupleable::adCoupledGradients().
|
protectedinherited |
Returns gradient of a coupled variable's time derivative for use in Automatic Differentiation.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 2239 of file Coupleable.C.
|
protectedinherited |
Returns the gradients for all of a coupled variable's components for use in Automatic Differentiation.
var_name | Name of coupled variable |
var_name
Definition at line 2763 of file Coupleable.C.
|
protectedinherited |
Returns value of a coupled lower-dimensional variable for use in Automatic Differentiation.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 2204 of file Coupleable.C.
|
virtual |
Get the coupled neighbor variable gradient for var_name
with derivative information for automatic differentiation objects.
Definition at line 224 of file NeighborCoupleable.C.
Referenced by coupledGenericNeighborGradient().
|
virtual |
Get the coupled neighbor variable value for var_name
with derivative information for automatic differentiation objects.
Definition at line 61 of file NeighborCoupleable.C.
Referenced by adCoupledNeighborValues(), and coupledGenericNeighborValue().
|
virtual |
Get the time derivative of the coupled neighbor variable value for var_name
with derivative information for automatic differentiation objects.
Definition at line 79 of file NeighborCoupleable.C.
std::vector< const ADVariableValue * > NeighborCoupleable::adCoupledNeighborValues | ( | const std::string & | var_name | ) | const |
Definition at line 96 of file NeighborCoupleable.C.
|
protectedinherited |
Returns AD nodal values of a coupled variable.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 2162 of file Coupleable.C.
|
protectedinherited |
Returns second derivatives of a coupled variable for use in Automatic Differentiation.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 2256 of file Coupleable.C.
|
protectedinherited |
Returns value of a coupled variable for use in Automatic Differentiation.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 2184 of file Coupleable.C.
Referenced by Coupleable::adCoupledValues().
|
protectedinherited |
Returns the values for all of a coupled variable's components for use in Automatic Differentiation.
var_name | Name of coupled variable |
var_name
Definition at line 2566 of file Coupleable.C.
|
protectedinherited |
Time derivative of a vector coupled variable for ad simulations.
var_name | Name of vector coupled variable |
comp | Component number |
Definition at line 2321 of file Coupleable.C.
|
protectedinherited |
Returns gradient of a coupled vector variable for use in Automatic Differentiation.
var_name | Name of coupled vector variable |
comp | Component number for vector of coupled vector variables |
Definition at line 2355 of file Coupleable.C.
|
virtual |
Get the coupled neighbor vector variable value for var_name
with derivative information for automatic differentiation objects.
Definition at line 104 of file NeighborCoupleable.C.
|
protectedinherited |
Returns second derivatives of a coupled vector variable for use in Automatic Differentiation.
var_name | Name of coupled vector variable |
comp | Component number for vector of coupled vector variables |
|
protectedinherited |
Returns value of a coupled vector variable for use in Automatic Differentiation.
var_name | Name of coupled vector variable |
comp | Component number for vector of coupled variables |
Definition at line 2337 of file Coupleable.C.
Referenced by Coupleable::adCoupledVectorValues().
|
protectedinherited |
Returns the values for all of a coupled vector variable's components for use in Automatic Differentiation.
var_name | Name of coupled variable |
var_name
Definition at line 2573 of file Coupleable.C.
Definition at line 115 of file Coupleable.h.
Referenced by Coupleable::coupledMatrixTagValue().
Definition at line 113 of file Coupleable.h.
Referenced by Coupleable::coupledVectorTagArrayGradient(), Coupleable::coupledVectorTagGradient(), Coupleable::vectorTagDofValueHelper(), and Coupleable::vectorTagValueHelper().
|
protectedinherited |
method that returns _grad_zero to RESIDUAL computing objects and _ad_grad_zero to JACOBIAN computing objects
Definition at line 2437 of file Coupleable.C.
|
protectedinherited |
Retrieve a zero second for automatic differentiation.
Definition at line 2444 of file Coupleable.C.
|
protectedinherited |
method that returns _zero to RESIDUAL computing objects and _ad_zero to JACOBIAN computing objects
Definition at line 2430 of file Coupleable.C.
|
protectedinherited |
Check that the right kind of variable is being coupled in.
var_name | The name of the coupled variable |
Definition at line 239 of file Coupleable.C.
Referenced by Coupleable::getVarHelper().
|
protectedinherited |
Checks that the passed in variable is only accessed writable by one object in a given subdomain.
Definition at line 982 of file Coupleable.C.
Referenced by Coupleable::writableCoupledValue(), and Coupleable::writableVariable().
|
protectedvirtualinherited |
Returns the index for a coupled variable by name.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Reimplemented in ShapeUserObject< ElementUserObject >, and ShapeUserObject< SideUserObject >.
Definition at line 472 of file Coupleable.C.
Referenced by Coupleable::coupledIndices(), FunctionMaterialBase< is_ad >::FunctionMaterialBase(), and KernelBase::KernelBase().
|
protectedinherited |
Returns DoFs in the current solution vector of all of a coupled variable's components for the local element.
var_name | Name of coupled variable |
Definition at line 2070 of file Coupleable.C.
|
protectedinherited |
Returns DoFs in the old solution vector of all of a coupled variable's components for the local element.
var_name | Name of coupled variable |
Definition at line 2090 of file Coupleable.C.
|
protectedinherited |
Returns DoFs in the older solution vector of all of a coupled variable's components for the local element.
var_name | Name of coupled variable |
Definition at line 2110 of file Coupleable.C.
|
protectedvirtualinherited |
Returns DoFs in the current solution vector of a coupled array variable for the local element.
var_name | Name of coupled array variable |
comp | Component number for vector of coupled array variables |
Definition at line 2118 of file Coupleable.C.
|
protectedvirtualinherited |
Time derivative of a coupled array variable.
var_name | Name of coupled array variable |
comp | Component number for vector of coupled array variables |
Definition at line 1380 of file Coupleable.C.
|
protectedvirtualinherited |
Second time derivative of a coupled array variable.
var_name | Name of coupled array variable |
comp | Component number for vector of coupled array variables |
Definition at line 1402 of file Coupleable.C.
|
protectedvirtualinherited |
Old second time derivative of a coupled array variable.
var_name | Name of coupled array variable |
comp | Component number for vector of coupled array variables |
Definition at line 1446 of file Coupleable.C.
|
protectedinherited |
Time derivative of a coupled array variable with respect to the coefficients.
var_name | Name of coupled array variable |
comp | Component number for vector of coupled array variables |
Definition at line 1518 of file Coupleable.C.
|
protectedvirtualinherited |
Old time derivative of a coupled array variable.
var_name | Name of coupled array variable |
comp | Component number for vector of coupled array variables |
Definition at line 1424 of file Coupleable.C.
|
protectedvirtualinherited |
Returns gradient of a coupled array variable.
var_name | Name of coupled array variable |
comp | Component number for vector of coupled array variables |
Definition at line 1688 of file Coupleable.C.
|
protectedvirtualinherited |
Retun a gradient of a coupled array variable's time derivative.
var_name | Name of coupled array variable |
comp | Component number for vector of coupled array variables |
Definition at line 1727 of file Coupleable.C.
|
protectedvirtualinherited |
Returns an old gradient from previous time step of a coupled array variable.
var_name | Name of coupled array variable |
comp | Component number for vector of coupled array variables |
Definition at line 1701 of file Coupleable.C.
|
protectedvirtualinherited |
Returns an old gradient from two time steps previous of a coupled array variable.
var_name | Name of coupled array variable |
comp | Component number for vector of coupled array variables |
Definition at line 1714 of file Coupleable.C.
|
virtual |
Definition at line 287 of file NeighborCoupleable.C.
|
virtual |
Definition at line 298 of file NeighborCoupleable.C.
|
virtual |
Definition at line 310 of file NeighborCoupleable.C.
|
virtual |
Definition at line 277 of file NeighborCoupleable.C.
|
protectedvirtualinherited |
Returns value of a coupled array variable.
var_name | Name of coupled array variable |
comp | Component number for vector of coupled array variables |
Definition at line 879 of file Coupleable.C.
Referenced by Coupleable::coupledArrayValues().
|
protectedvirtualinherited |
Returns an old value from previous time step of a coupled array variable.
var_name | Name of coupled array variable |
comp | Component number for vector of coupled array variables |
Definition at line 1126 of file Coupleable.C.
|
protectedvirtualinherited |
Returns an old value from two time steps previous of a coupled array variable.
var_name | Name of coupled array variable |
comp | Component number for vector of coupled array variables |
Definition at line 1148 of file Coupleable.C.
|
protectedinherited |
Returns the values for all of a coupled array variable's components.
var_name | Name of coupled array variable |
var_name
Definition at line 901 of file Coupleable.C.
|
inlineprotectedvirtualinherited |
A call-back function provided by the derived object for actions before coupling a variable with functions such as coupledValue.
Reimplemented in AuxKernelTempl< ComputeValueType >, AuxKernelTempl< RT >, AuxKernelTempl< RealVectorValue >, and AuxKernelTempl< Real >.
Definition at line 146 of file Coupleable.h.
Referenced by Coupleable::checkFuncType().
|
protectedinherited |
Number of coupled components.
var_name | Name of the variable |
Definition at line 188 of file Coupleable.C.
Referenced by Coupleable::coupledVectorHelper(), KernelBase::KernelBase(), SpatialAverageBase::SpatialAverageBase(), and VariableValueVolumeHistogram::VariableValueVolumeHistogram().
|
protectedvirtualinherited |
Returns curl of a coupled variable.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 1740 of file Coupleable.C.
|
protectedvirtualinherited |
Returns an old curl from previous time step of a coupled variable.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 1756 of file Coupleable.C.
|
protectedvirtualinherited |
Returns an old curl from two time steps previous of a coupled variable.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 1772 of file Coupleable.C.
|
protectedvirtualinherited |
Returns divergence of a coupled variable.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 1805 of file Coupleable.C.
|
protectedvirtualinherited |
Returns an old divergence from previous time step of a coupled variable.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 1821 of file Coupleable.C.
|
protectedvirtualinherited |
Returns an old divergence from two time steps previous of a coupled variable.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 1837 of file Coupleable.C.
|
protectedvirtualinherited |
Returns DoFs in the current solution vector of a coupled variable for the local element.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 2057 of file Coupleable.C.
Referenced by Coupleable::coupledAllDofValues().
|
protectedvirtualinherited |
Returns DoFs in the old solution vector of a coupled variable for the local element.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 2077 of file Coupleable.C.
Referenced by Coupleable::coupledAllDofValuesOld().
|
protectedvirtualinherited |
Returns DoFs in the older solution vector of a coupled variable for the local element.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 2097 of file Coupleable.C.
Referenced by Coupleable::coupledAllDofValuesOlder().
|
protectedvirtualinherited |
Time derivative of a coupled variable.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Reimplemented in AuxKernelTempl< ComputeValueType >, AuxKernelTempl< RT >, AuxKernelTempl< RealVectorValue >, and AuxKernelTempl< Real >.
Definition at line 1170 of file Coupleable.C.
Referenced by AuxKernelTempl< Real >::coupledDot(), and Coupleable::coupledDots().
|
protectedvirtualinherited |
Second time derivative of a coupled variable.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 1195 of file Coupleable.C.
|
protectedvirtualinherited |
Second time derivative of a coupled variable with respect to the coefficients.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 1493 of file Coupleable.C.
|
protectedvirtualinherited |
Old second time derivative of a coupled variable.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 1259 of file Coupleable.C.
|
protectedvirtualinherited |
Time derivative of a coupled variable with respect to the coefficients.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Reimplemented in AuxKernelTempl< ComputeValueType >, AuxKernelTempl< RT >, AuxKernelTempl< RealVectorValue >, and AuxKernelTempl< Real >.
Definition at line 1468 of file Coupleable.C.
Referenced by AuxKernelTempl< Real >::coupledDotDu().
|
protectedvirtualinherited |
Old time derivative of a coupled variable.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 1234 of file Coupleable.C.
|
protectedinherited |
Returns the time derivatives for all of a coupled variable's components.
var_name | Name of coupled variable |
var_name
Definition at line 2777 of file Coupleable.C.
|
protectedinherited |
Returns DOF value of a coupled variable for use in templated automatic differentiation classes.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
|
protectedinherited |
Definition at line 619 of file Coupleable.C.
|
protectedinherited |
Definition at line 626 of file Coupleable.C.
|
protectedinherited |
Returns time derivative of a coupled variable for use in templated automatic differentiation classes.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
|
protectedinherited |
Definition at line 2792 of file Coupleable.C.
|
protectedinherited |
Definition at line 2799 of file Coupleable.C.
|
protectedinherited |
Returns the second time derivative of a coupled variable for use in templated automatic differentiation classes.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
|
protectedinherited |
Definition at line 1221 of file Coupleable.C.
|
protectedinherited |
Definition at line 1228 of file Coupleable.C.
|
protectedinherited |
Returns gradient of a coupled variable for use in templated automatic differentiation.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
|
protectedinherited |
Definition at line 2494 of file Coupleable.C.
|
protectedinherited |
Definition at line 2501 of file Coupleable.C.
|
protectedinherited |
Returns the gradients for all of a coupled variable's components for use in templated automatic differentiation.
var_name | Name of coupled variable |
var_name
|
protectedinherited |
Definition at line 2749 of file Coupleable.C.
|
protectedinherited |
Definition at line 2756 of file Coupleable.C.
const auto & NeighborCoupleable::coupledGenericNeighborGradient | ( | const std::string & | var_name, |
unsigned int | comp = 0 |
||
) | const |
Retrieve the coupled neighbor variable gradient whether AD or not.
Definition at line 147 of file NeighborCoupleable.h.
const auto & NeighborCoupleable::coupledGenericNeighborValue | ( | const std::string & | var_name, |
unsigned int | comp = 0 |
||
) | const |
Retrieve the coupled neighbor variable value whether AD or not.
Definition at line 136 of file NeighborCoupleable.h.
|
protectedinherited |
Returns value of a coupled variable for use in templated automatic differentiation classes.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
|
protectedinherited |
Definition at line 500 of file Coupleable.C.
|
protectedinherited |
Definition at line 507 of file Coupleable.C.
|
protectedinherited |
Returns the values for all of a coupled variable's components for use in templated automatic differentiation classes.
var_name | Name of coupled variable |
var_name
|
protectedinherited |
Definition at line 2553 of file Coupleable.C.
|
protectedinherited |
Definition at line 2560 of file Coupleable.C.
|
protectedinherited |
Returns value of a coupled vector variable for use in templated automatic differentiation classes.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
|
protectedinherited |
Definition at line 514 of file Coupleable.C.
|
protectedinherited |
Definition at line 521 of file Coupleable.C.
|
protectedvirtualinherited |
Returns gradient of a coupled variable.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 1543 of file Coupleable.C.
Referenced by Coupleable::coupledGradients(), and NodeFaceConstraint::coupledSecondaryGradient().
|
protectedvirtualinherited |
Time derivative of the gradient of a coupled variable.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 1608 of file Coupleable.C.
|
protectedvirtualinherited |
Second time derivative of the gradient of a coupled variable.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 1624 of file Coupleable.C.
|
protectedvirtualinherited |
Returns an old gradient from previous time step of a coupled variable.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 1559 of file Coupleable.C.
Referenced by Coupleable::coupledGradientsOld(), and NodeFaceConstraint::coupledSecondaryGradientOld().
|
protectedvirtualinherited |
Returns an old gradient from two time steps previous of a coupled variable.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 1575 of file Coupleable.C.
Referenced by NodeFaceConstraint::coupledSecondaryGradientOlder().
|
protectedvirtualinherited |
Returns gradient of a coupled variable for previous Newton iterate.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 1591 of file Coupleable.C.
|
protectedinherited |
Returns the gradients for all of a coupled variable's components.
var_name | Name of coupled variable |
var_name
Definition at line 2741 of file Coupleable.C.
|
protectedinherited |
Returns the old gradients for all of a coupled variable's components.
var_name | Name of coupled variable |
var_name
Definition at line 2770 of file Coupleable.C.
|
protectedinherited |
Returns the indices for a coupled variable's components.
var_name | Name of coupled variable |
var_name
. Definition at line 2507 of file Coupleable.C.
|
protectedvirtualinherited |
Returns value of a coupled variable for a given tag.
This couples the diag vector of matrix
var_names | Name(s) of coupled variable(s) |
tag | matrix tag ID |
index | Index of the desired variable in the vector of coupled variables |
Definition at line 821 of file Coupleable.C.
Referenced by Coupleable::coupledMatrixTagValue(), and Coupleable::coupledMatrixTagValues().
|
protectedvirtualinherited |
Definition at line 838 of file Coupleable.C.
|
protectedinherited |
Returns the diagonal matrix values for all the coupled variables desired for a given tag.
var_names | Name(s) of coupled variable(s) |
tag | matrix tag ID |
var_name
Definition at line 2696 of file Coupleable.C.
Referenced by Coupleable::coupledMatrixTagValues().
|
protectedinherited |
Definition at line 2704 of file Coupleable.C.
|
protectedinherited |
Names of the variable in the Coupleable interface.
var_name | Name of the variable |
comp | the component of the variable |
Definition at line 2514 of file Coupleable.C.
Referenced by Coupleable::coupledNames(), SecondTimeDerivativeAux::SecondTimeDerivativeAux(), and SpatialAverageBase::SpatialAverageBase().
|
protectedinherited |
Names of the variables in the Coupleable interface.
var_name | Names of the variables |
Definition at line 2531 of file Coupleable.C.
|
virtual |
Definition at line 335 of file NeighborCoupleable.C.
|
virtual |
Definition at line 345 of file NeighborCoupleable.C.
|
virtual |
Definition at line 357 of file NeighborCoupleable.C.
|
virtual |
Definition at line 179 of file NeighborCoupleable.C.
Referenced by coupledGenericNeighborGradient(), coupledNeighborGradients(), and NodeFaceConstraint::coupledPrimaryGradient().
|
virtual |
Definition at line 197 of file NeighborCoupleable.C.
Referenced by NodeFaceConstraint::coupledPrimaryGradientOld().
|
virtual |
Definition at line 209 of file NeighborCoupleable.C.
Referenced by NodeFaceConstraint::coupledPrimaryGradientOlder().
|
virtual |
Definition at line 189 of file NeighborCoupleable.C.
|
virtual |
Definition at line 325 of file NeighborCoupleable.C.
Referenced by NodeFaceConstraint::coupledPrimarySecond().
|
virtual |
Definition at line 27 of file NeighborCoupleable.C.
Referenced by coupledGenericNeighborValue(), coupledNeighborValues(), and NodeFaceConstraint::coupledPrimaryValue().
|
virtual |
Definition at line 125 of file NeighborCoupleable.C.
|
virtual |
Definition at line 135 of file NeighborCoupleable.C.
|
virtual |
Definition at line 145 of file NeighborCoupleable.C.
Referenced by coupledNeighborValuesOld(), and NodeFaceConstraint::coupledPrimaryValueOld().
|
virtual |
Definition at line 157 of file NeighborCoupleable.C.
Referenced by coupledNeighborValuesOlder(), and NodeFaceConstraint::coupledPrimaryValueOlder().
std::vector< const VariableValue * > NeighborCoupleable::coupledNeighborValues | ( | const std::string & | var_name | ) | const |
Definition at line 37 of file NeighborCoupleable.C.
std::vector< const VariableValue * > NeighborCoupleable::coupledNeighborValuesOld | ( | const std::string & | var_name | ) | const |
Definition at line 45 of file NeighborCoupleable.C.
std::vector< const VariableValue * > NeighborCoupleable::coupledNeighborValuesOlder | ( | const std::string & | var_name | ) | const |
Definition at line 53 of file NeighborCoupleable.C.
|
protectedinherited |
Nodal values of time derivative of a coupled variable.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 1995 of file Coupleable.C.
|
protectedvirtualinherited |
Nodal values of second time derivative of a coupled variable.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 2009 of file Coupleable.C.
|
protectedvirtualinherited |
Nodal values of old second time derivative of a coupled variable.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 2041 of file Coupleable.C.
|
protectedvirtualinherited |
Nodal values of old time derivative of a coupled variable.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 2025 of file Coupleable.C.
|
protectedinherited |
Returns nodal values of a coupled variable.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 1919 of file Coupleable.C.
|
protectedinherited |
Returns an old nodal value from previous time step of a coupled variable.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 1939 of file Coupleable.C.
|
protectedinherited |
Returns an old nodal value from two time steps previous of a coupled variable.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 1959 of file Coupleable.C.
|
protectedinherited |
Returns nodal values of a coupled variable for previous Newton iterate.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 1979 of file Coupleable.C.
|
protectedvirtualinherited |
Returns second spatial derivatives of a coupled variable.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 1853 of file Coupleable.C.
Referenced by NodeFaceConstraint::coupledSecondarySecond().
|
protectedvirtualinherited |
Returns an old second spatial derivatives from previous time step of a coupled variable.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 1869 of file Coupleable.C.
|
protectedvirtualinherited |
Returns an old second derivative from two time steps previous of a coupled variable.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 1885 of file Coupleable.C.
|
protectedvirtualinherited |
Returns second derivative of a coupled variable for the previous Newton iterate.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 1901 of file Coupleable.C.
|
protectedvirtualinherited |
Returns value of a coupled variable.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 527 of file Coupleable.C.
Referenced by NodeFaceConstraint::coupledSecondaryValue(), Coupleable::coupledValues(), ExtraIDIntegralVectorPostprocessor::ExtraIDIntegralVectorPostprocessor(), VariableTimeIntegrationAux::VariableTimeIntegrationAux(), and Coupleable::writableCoupledValue().
|
protectedvirtualinherited |
Returns value of a coupled lower-dimensional variable.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 632 of file Coupleable.C.
|
protectedvirtualinherited |
Returns an old value from previous time step of a coupled variable.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 1031 of file Coupleable.C.
Referenced by NodeFaceConstraint::coupledSecondaryValueOld(), Coupleable::coupledValuesOld(), and VariableTimeIntegrationAux::VariableTimeIntegrationAux().
|
protectedvirtualinherited |
Returns an old value from two time steps previous of a coupled variable.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 1053 of file Coupleable.C.
Referenced by NodeFaceConstraint::coupledSecondaryValueOlder(), Coupleable::coupledValuesOlder(), and VariableTimeIntegrationAux::VariableTimeIntegrationAux().
|
protectedvirtualinherited |
Returns value of previous Newton iterate of a coupled variable.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 1075 of file Coupleable.C.
|
protectedinherited |
Returns the values for all of a coupled variable components.
var_name | Name of coupled variable |
var_name
Definition at line 2538 of file Coupleable.C.
|
protectedinherited |
Returns the old values for all of a coupled variable's components.
var_name | Name of coupled variable |
var_name
Definition at line 2719 of file Coupleable.C.
|
protectedinherited |
Returns the older values for all of a coupled variable's components.
var_name | Name of coupled variable |
var_name
Definition at line 2726 of file Coupleable.C.
|
protectedvirtualinherited |
Time derivative of a coupled vector variable.
var_name | Name of coupled vector variable |
comp | Component number for vector of coupled vector variables |
Definition at line 1284 of file Coupleable.C.
|
protectedvirtualinherited |
Second time derivative of a coupled vector variable.
var_name | Name of coupled vector variable |
comp | Component number for vector of coupled vector variables |
Definition at line 1300 of file Coupleable.C.
|
protectedvirtualinherited |
Second time derivative of a coupled vector variable with respect to the coefficients.
var_name | Name of coupled vector variable |
comp | Component number for vector of coupled vector variables |
Definition at line 1364 of file Coupleable.C.
|
protectedvirtualinherited |
Old second time derivative of a coupled vector variable.
var_name | Name of coupled vector variable |
comp | Component number for vector of coupled vector variables |
Definition at line 1332 of file Coupleable.C.
|
protectedvirtualinherited |
Time derivative of a coupled vector variable with respect to the coefficients.
var_name | Name of coupled vector variable |
comp | Component number for vector of coupled vector variables |
Definition at line 1348 of file Coupleable.C.
|
protectedvirtualinherited |
Old time derivative of a coupled vector variable.
var_name | Name of coupled vector variable |
comp | Component number for vector of coupled vector variables |
Definition at line 1316 of file Coupleable.C.
|
protectedvirtualinherited |
Returns gradient of a coupled vector variable.
var_name | Name of coupled vector variable |
comp | Component number for vector of coupled vector variables |
Definition at line 1640 of file Coupleable.C.
|
protectedvirtualinherited |
Returns an old gradient from previous time step of a coupled vector variable.
var_name | Name of coupled vector variable |
comp | Component number for vector of coupled vector variables |
Definition at line 1656 of file Coupleable.C.
|
protectedvirtualinherited |
Returns an old gradient from two time steps previous of a coupled vector variable.
var_name | Name of coupled vector variable |
comp | Component number for vector of coupled vector variables |
Definition at line 1672 of file Coupleable.C.
|
inlineprotectedinherited |
Definition at line 1703 of file Coupleable.h.
|
virtual |
Definition at line 239 of file NeighborCoupleable.C.
|
virtual |
Definition at line 250 of file NeighborCoupleable.C.
|
virtual |
Definition at line 262 of file NeighborCoupleable.C.
|
protectedinherited |
Returns evaluations of a tagged vector at the requested variable's degree of freedom indices.
var_name | Name of coupled variable |
tag_name | vector tag name |
Definition at line 813 of file Coupleable.C.
|
protectedvirtualinherited |
Returns gradient of a coupled array variable for a given tag.
var_names | Name(s) of coupled array variable(s) |
tag | vector tag ID |
index | Index of the desired variable in the vector of coupled variables |
Definition at line 719 of file Coupleable.C.
Referenced by Coupleable::coupledVectorTagArrayGradient(), and Coupleable::coupledVectorTagArrayGradients().
|
protectedvirtualinherited |
Definition at line 741 of file Coupleable.C.
|
protectedinherited |
Returns gradients for all the coupled variables desired for a given tag.
var_names | Name(s) of coupled array variable(s) |
tag | vector tag ID |
var_name
Definition at line 2650 of file Coupleable.C.
Referenced by Coupleable::coupledVectorTagArrayGradients().
|
protectedinherited |
Definition at line 2658 of file Coupleable.C.
|
protectedvirtualinherited |
Returns value of a coupled array variable for a given tag.
var_names | Name(s) of coupled array variable(s) |
tag | vector tag ID |
index | Index of the desired variable in the vector of coupled variables |
Definition at line 665 of file Coupleable.C.
Referenced by Coupleable::coupledVectorTagArrayValues().
|
protectedvirtualinherited |
Definition at line 673 of file Coupleable.C.
|
protectedinherited |
Returns the values for all the coupled variables desired for a given tag.
var_name | Name of array coupled variable |
tag | vector tag ID |
var_names
Definition at line 2604 of file Coupleable.C.
Referenced by Coupleable::coupledVectorTagArrayValues().
|
protectedinherited |
Definition at line 2612 of file Coupleable.C.
|
protectedvirtualinherited |
Returns dof value of a coupled variable for a given tag.
var_names | Name(s) of coupled variable(s) |
tag | vector tag ID |
index | Index of the desired variable in the vector of coupled variables |
Definition at line 797 of file Coupleable.C.
Referenced by Coupleable::coupledVectorTagDofValues().
|
protectedvirtualinherited |
Definition at line 805 of file Coupleable.C.
|
protectedinherited |
Returns the dof values for all the coupled variables desired for a given tag.
var_names | Name(s) of coupled variable(s) |
tag | vector tag ID |
var_name
Definition at line 2673 of file Coupleable.C.
Referenced by Coupleable::coupledVectorTagDofValues().
|
protectedinherited |
Definition at line 2681 of file Coupleable.C.
|
protectedvirtualinherited |
Returns gradient of a coupled variable for a given tag.
var_names | Name(s) of coupled variable(s) |
tag | vector tag ID |
index | Index of the desired variable in the vector of coupled variables |
Definition at line 681 of file Coupleable.C.
Referenced by Coupleable::coupledVectorTagGradient(), and Coupleable::coupledVectorTagGradients().
|
protectedvirtualinherited |
Definition at line 703 of file Coupleable.C.
|
protectedinherited |
Returns gradients for all the coupled variables desired for a given tag.
var_names | Name(s) of coupled array variable(s) |
tag | vector tag ID |
var_name
Definition at line 2627 of file Coupleable.C.
Referenced by Coupleable::coupledVectorTagGradients().
|
protectedinherited |
Definition at line 2635 of file Coupleable.C.
|
protectedvirtualinherited |
Returns value of a coupled variable for a given tag.
var_names | Name(s) of coupled variable(s) |
tag | vector tag ID |
index | Index of the desired variable in the vector of coupled variables |
Definition at line 649 of file Coupleable.C.
Referenced by Coupleable::coupledVectorTagValues().
|
protectedvirtualinherited |
Definition at line 657 of file Coupleable.C.
|
protectedinherited |
Returns the values for all the coupled variables desired for a given tag.
var_names | Name(s) of coupled variable(s) |
tag | vector tag ID |
var_names
Definition at line 2581 of file Coupleable.C.
Referenced by Coupleable::coupledVectorTagValues().
|
protectedinherited |
Definition at line 2589 of file Coupleable.C.
|
protectedvirtualinherited |
Returns value of a coupled vector variable.
var_name | Name of coupled vector variable |
comp | Component number for vector of coupled vector variables |
Definition at line 854 of file Coupleable.C.
Referenced by Coupleable::coupledVectorValues().
|
protectedvirtualinherited |
Returns an old value from previous time step of a coupled vector variable.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 1098 of file Coupleable.C.
Referenced by Coupleable::coupledVectorValuesOld().
|
protectedvirtualinherited |
Returns an old value from two time steps previous of a coupled vector variable.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 1113 of file Coupleable.C.
|
protectedinherited |
Returns the values for all of a coupled vector variable's components.
var_name | Name of coupled variable |
var_name
Definition at line 2545 of file Coupleable.C.
|
protectedinherited |
Returns the old values for all of a coupled vector variable's components.
var_name | Name of coupled vector variable |
var_name
Definition at line 2733 of file Coupleable.C.
|
protectedinherited |
Returns zero gradient templated with automatic differentiation boolean.
|
protectedinherited |
Definition at line 2466 of file Coupleable.C.
|
protectedinherited |
Definition at line 2473 of file Coupleable.C.
|
protectedinherited |
Returns zero second derivative templated with automatic differentiation boolean.
|
protectedinherited |
Definition at line 2480 of file Coupleable.C.
|
protectedinherited |
Definition at line 2487 of file Coupleable.C.
|
protectedinherited |
Returns zero value templated with automatic differentiation boolean.
|
protectedinherited |
Definition at line 2452 of file Coupleable.C.
|
protectedinherited |
Definition at line 2459 of file Coupleable.C.
|
inherited |
Helper method to return (and insert if necessary) the default curl value for Automatic Differentiation for an uncoupled variable.
var_name | the name of the vector variable for which to retrieve a default value |
Definition at line 2423 of file Coupleable.C.
Referenced by Coupleable::adCoupledCurl().
|
inherited |
Helper method to return (and insert if necessary) the default gradient for Automatic Differentiation for an uncoupled variable.
var_name | the name of the variable for which to retrieve a default gradient |
Definition at line 2402 of file Coupleable.C.
Referenced by Coupleable::adCoupledGradient(), and Coupleable::adCoupledGradientDot().
|
inherited |
Helper method to return (and insert if necessary) the default second derivatives for Automatic Differentiation for an uncoupled variable.
var_name | the name of the variable for which to retrieve a default second derivative |
Definition at line 2416 of file Coupleable.C.
Referenced by Coupleable::adCoupledSecond().
|
inherited |
Helper method to return (and insert if necessary) the default value for Automatic Differentiation for an uncoupled variable.
var_name | the name of the variable for which to retrieve a default value |
Definition at line 2371 of file Coupleable.C.
Referenced by Coupleable::adCoupledDofValues(), Coupleable::adCoupledDot(), Coupleable::adCoupledDotDot(), Coupleable::adCoupledLowerValue(), adCoupledNeighborValue(), and Coupleable::adCoupledValue().
|
inherited |
Helper method to return (and insert if necessary) the default gradient for Automatic Differentiation for an uncoupled vector variable.
var_name | the name of the vector variable for which to retrieve a default gradient |
Definition at line 2409 of file Coupleable.C.
Referenced by Coupleable::adCoupledVectorGradient().
|
inherited |
Helper method to return (and insert if necessary) the default vector value for Automatic Differentiation for an uncoupled variable.
var_name | the name of the vector variable for which to retrieve a default value |
Definition at line 2385 of file Coupleable.C.
Referenced by Coupleable::adCoupledVectorDot(), adCoupledVectorNeighborValue(), and Coupleable::adCoupledVectorValue().
|
protectedinherited |
Extract pointer to a coupled array variable.
var_name | Name of parameter desired |
comp | Component number of multiple coupled variables |
Definition at line 336 of file Coupleable.C.
Referenced by ArrayParsedAux::ArrayParsedAux(), ArrayVarReductionAux::ArrayVarReductionAux(), Coupleable::coupledArrayDofValues(), Coupleable::coupledArrayDot(), Coupleable::coupledArrayDotDot(), Coupleable::coupledArrayDotDotOld(), Coupleable::coupledArrayDotDu(), Coupleable::coupledArrayDotOld(), Coupleable::coupledArrayGradient(), Coupleable::coupledArrayGradientDot(), Coupleable::coupledArrayGradientOld(), Coupleable::coupledArrayGradientOlder(), coupledArrayNeighborGradient(), coupledArrayNeighborGradientOld(), coupledArrayNeighborGradientOlder(), coupledArrayNeighborValue(), Coupleable::coupledArrayValue(), Coupleable::coupledArrayValueOld(), Coupleable::coupledArrayValueOlder(), Coupleable::coupledVectorTagArrayGradient(), TagVectorArrayVariableAux::TagVectorArrayVariableAux(), and TagVectorArrayVariableValueAux::TagVectorArrayVariableValueAux().
|
protectedinherited |
Extract pointer to a coupled array variable.
var_name | Name of parameter desired |
comp | Component number of multiple coupled variables |
Definition at line 359 of file Coupleable.C.
|
inlineinherited |
Get the list of array coupled variables.
Definition at line 108 of file Coupleable.h.
|
inlineinherited |
Get the list of all coupled variables.
Definition at line 81 of file Coupleable.h.
Referenced by AuxNodalScalarKernel::AuxNodalScalarKernel(), BuildArrayVariableAux::BuildArrayVariableAux(), CoupleableMooseVariableDependencyIntermediateInterface::CoupleableMooseVariableDependencyIntermediateInterface(), ElementIndicator::ElementIndicator(), InterfaceMaterial::InterfaceMaterial(), InternalSideIndicatorBase::InternalSideIndicatorBase(), Material::Material(), Moose::Kokkos::Material< KokkosGenericConstantMaterial >::Material(), NeighborCoupleableMooseVariableDependencyIntermediateInterface::NeighborCoupleableMooseVariableDependencyIntermediateInterface(), and NodalScalarKernel::NodalScalarKernel().
|
inlineinherited |
Get the list of standard coupled variables.
Definition at line 90 of file Coupleable.h.
|
inlineinherited |
Get the list of coupled variables.
Definition at line 72 of file Coupleable.h.
Referenced by InitialConditionBase::InitialConditionBase().
|
inlineinherited |
Get the list of vector coupled variables.
Definition at line 99 of file Coupleable.h.
|
protectedinherited |
Deprecated method.
Use getFieldVar
instead Extract pointer to a base coupled field variable. Could be either a finite volume or finite element variable
var_name | Name of parameter desired |
comp | Component number of multiple coupled variables |
Definition at line 298 of file Coupleable.C.
|
inlineinherited |
Definition at line 119 of file Coupleable.h.
|
inlineinherited |
Definition at line 126 of file Coupleable.h.
|
inlineinherited |
Definition at line 117 of file Coupleable.h.
Referenced by ComputeUserObjectsThread::subdomainChanged(), and MooseObjectWarehouseBase< Indicator >::updateFEVariableCoupledVectorTagDependencyHelper().
|
inlineinherited |
Definition at line 121 of file Coupleable.h.
|
protectedinherited |
Definition at line 312 of file Coupleable.C.
Referenced by ArrayParsedAux::ArrayParsedAux(), Coupleable::coupled(), Coupleable::coupledName(), Coupleable::getFEVar(), DomainUserObject::getInterfaceFieldVar(), InterfaceDiffusiveFluxIntegralTempl< is_ad >::InterfaceDiffusiveFluxIntegralTempl(), and InterfaceIntegralVariableValuePostprocessor::InterfaceIntegralVariableValuePostprocessor().
|
protectedinherited |
Definition at line 306 of file Coupleable.C.
|
protectedinherited |
Extract pointer to a coupled variable.
var_name | Name of parameter desired |
comp | Component number of multiple coupled variables |
Definition at line 318 of file Coupleable.C.
Referenced by Coupleable::coupledDofValuesOld(), Coupleable::coupledDofValuesOlder(), Coupleable::coupledDot(), Coupleable::coupledDotDot(), Coupleable::coupledDotDotDu(), Coupleable::coupledDotDotOld(), Coupleable::coupledDotDu(), Coupleable::coupledDotOld(), Coupleable::coupledGradientDot(), Coupleable::coupledGradientDotDot(), Coupleable::coupledGradientOld(), Coupleable::coupledGradientOlder(), Coupleable::coupledGradientPreviousNL(), coupledNeighborDofValues(), coupledNeighborDofValuesOld(), coupledNeighborDofValuesOlder(), coupledNeighborGradientOld(), coupledNeighborGradientOlder(), coupledNeighborSecond(), coupledNeighborValueDot(), coupledNeighborValueDotDu(), coupledNeighborValueOld(), coupledNeighborValueOlder(), Coupleable::coupledNodalDotDot(), Coupleable::coupledNodalDotDotOld(), Coupleable::coupledNodalDotOld(), Coupleable::coupledSecond(), Coupleable::coupledSecondOld(), Coupleable::coupledSecondOlder(), Coupleable::coupledSecondPreviousNL(), Coupleable::coupledValueLower(), Coupleable::coupledValueOld(), Coupleable::coupledValueOlder(), Coupleable::coupledValuePreviousNL(), Coupleable::coupledVectorTagGradient(), ExtraIDIntegralVectorPostprocessor::ExtraIDIntegralVectorPostprocessor(), NearestNodeValueAux::NearestNodeValueAux(), and Coupleable::writableCoupledValue().
|
protectedinherited |
Extract pointer to a coupled variable.
var_name | Name of parameter desired |
comp | Component number of multiple coupled variables |
Definition at line 342 of file Coupleable.C.
|
protectedinherited |
Helper that that be used to retrieve a variable of arbitrary type T
.
Definition at line 1972 of file Coupleable.h.
|
protectedinherited |
Helper that can be used to retrieve a variable of arbitrary type T
.
Definition at line 1918 of file Coupleable.h.
|
protectedinherited |
Extract pointer to a coupled vector variable.
var_name | Name of parameter desired |
comp | Component number of multiple coupled variables |
Definition at line 324 of file Coupleable.C.
Referenced by Coupleable::adCoupledCurl(), Coupleable::adCoupledVectorDot(), Coupleable::adCoupledVectorGradient(), Coupleable::adCoupledVectorValue(), Coupleable::coupledCurl(), Coupleable::coupledCurlOld(), Coupleable::coupledCurlOlder(), Coupleable::coupledDiv(), Coupleable::coupledDivOld(), Coupleable::coupledDivOlder(), Coupleable::coupledVectorDot(), Coupleable::coupledVectorDotDot(), Coupleable::coupledVectorDotDotDu(), Coupleable::coupledVectorDotDotOld(), Coupleable::coupledVectorDotDu(), Coupleable::coupledVectorDotOld(), Coupleable::coupledVectorGradient(), Coupleable::coupledVectorGradientOld(), Coupleable::coupledVectorGradientOlder(), coupledVectorNeighborGradient(), coupledVectorNeighborGradientOld(), coupledVectorNeighborGradientOlder(), Coupleable::coupledVectorValue(), Coupleable::coupledVectorValueOld(), and Coupleable::coupledVectorValueOlder().
|
protectedinherited |
Extract pointer to a coupled vector variable.
var_name | Name of parameter desired |
comp | Component number of multiple coupled variables |
Definition at line 348 of file Coupleable.C.
|
inlineinherited |
returns a reference to the set of writable coupled variables
Definition at line 134 of file Coupleable.h.
Referenced by Coupleable::hasWritableCoupledVariables().
|
inlineinherited |
Checks whether the object has any writable coupled variables.
Definition at line 139 of file Coupleable.h.
|
protectedvirtualinherited |
Returns true if a variables has been coupled as name.
var_name | The name the kernel wants to refer to the variable as. |
i | By default 0, in general the index to test in a vector of MooseVariable pointers. |
Definition at line 159 of file Coupleable.C.
Referenced by Coupleable::adCoupledNodalValue(), Coupleable::checkVar(), Coupleable::coupledComponents(), and MatDiffusionBase< Real >::MatDiffusionBase().
|
protectedvirtualinherited |
Returns true if a variable passed as a coupled value is really a constant.
var_name | The name the kernel wants to refer to the variable as. |
Definition at line 182 of file Coupleable.C.
Referenced by Coupleable::coupledName(), and DerivativeFunctionMaterialBaseTempl< is_ad >::DerivativeFunctionMaterialBaseTempl().
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
protectedinherited |
Checks to make sure that the current Executioner has set "_is_transient" when old/older values are coupled in.
name | the name of the variable |
fn_name | The name of the function that called this method - used in the error message |
Definition at line 2148 of file Coupleable.C.
Referenced by Coupleable::checkFuncType(), coupledArrayNeighborGradientOld(), coupledArrayNeighborGradientOlder(), coupledNeighborDofValuesOld(), coupledNeighborDofValuesOlder(), coupledNeighborGradientOld(), coupledNeighborGradientOlder(), coupledNeighborValueOld(), coupledNeighborValueOlder(), coupledVectorNeighborGradientOld(), and coupledVectorNeighborGradientOlder().
|
protectedvirtualinherited |
Returns a writable reference to a coupled variable for writing to multiple AuxVariables from a single AuxKernel or a UserObject.
Only one object can obtain a writable reference in a simulation.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 944 of file Coupleable.C.
|
protectedinherited |
Returns a writable MooseVariable object for a nodal or elemental variable.
Use var.setNodalValue(val[, idx]) in both cases (!) to set the solution DOF values. Only one object can obtain a writable reference in a simulation. Note that the written values will not ba available in the same system loop! E.g. values written using this API by a nodal AuxKernel will not be updated for other nodal AuxKernels during the same iteration over all nodes.
var_name | Name of coupled variable |
comp | Component number for vector of coupled variables |
Definition at line 908 of file Coupleable.C.
|
mutableprotectedinherited |
This will always be zero because the default values for optionally coupled vector variables is always constant.
Definition at line 1492 of file Coupleable.h.
Referenced by Coupleable::getADDefaultCurl().
|
mutableprotectedinherited |
This will always be zero because the default values for optionally coupled variables is always constant.
Definition at line 1480 of file Coupleable.h.
Referenced by Coupleable::getADDefaultGradient().
|
mutableprotectedinherited |
This will always be zero because the default values for optionally coupled variables is always constant.
Definition at line 1489 of file Coupleable.h.
Referenced by Coupleable::getADDefaultSecond().
|
mutableprotectedinherited |
Will hold the default value for optional coupled variables for automatic differentiation.
Definition at line 1457 of file Coupleable.h.
Referenced by Coupleable::getADDefaultValue().
|
mutableprotectedinherited |
This will always be zero because the default values for optionally coupled vector variables is always constant.
Definition at line 1483 of file Coupleable.h.
Referenced by Coupleable::getADDefaultVectorGradient().
|
mutableprotectedinherited |
Will hold the default value for optional vector coupled variables for automatic differentiation.
Definition at line 1468 of file Coupleable.h.
Referenced by Coupleable::getADDefaultVectorValue().
|
protectedinherited |
Definition at line 1501 of file Coupleable.h.
Referenced by Coupleable::adZeroGradient().
|
protectedinherited |
Definition at line 1508 of file Coupleable.h.
Referenced by Coupleable::adZeroSecond().
|
protectedinherited |
Definition at line 1497 of file Coupleable.h.
Referenced by Coupleable::adZeroValue().
|
protectedinherited |
Definition at line 1447 of file Coupleable.h.
Referenced by Coupleable::checkVar().
|
protectedinherited |
Definition at line 1414 of file Coupleable.h.
Referenced by FunctorAux::computeValue(), CoupleableMooseVariableDependencyIntermediateInterface::coupledArrayValueByName(), Coupleable::coupledGradientPreviousNL(), Coupleable::coupledMatrixTagValue(), Coupleable::coupledMatrixTagValues(), Coupleable::coupledNodalValuePreviousNL(), Coupleable::coupledSecondPreviousNL(), CoupleableMooseVariableDependencyIntermediateInterface::coupledValueByName(), Coupleable::coupledValuePreviousNL(), Coupleable::coupledVectorTagArrayGradient(), Coupleable::coupledVectorTagArrayGradients(), Coupleable::coupledVectorTagArrayValues(), Coupleable::coupledVectorTagDofValues(), Coupleable::coupledVectorTagGradient(), Coupleable::coupledVectorTagGradients(), Coupleable::coupledVectorTagValues(), BoundsBase::initialSetup(), Coupleable::validateExecutionerType(), Coupleable::vectorTagDofValueHelper(), Coupleable::vectorTagValueHelper(), and Coupleable::writableCoupledValue().
|
protectedinherited |
True if implicit value is required.
Definition at line 1444 of file Coupleable.h.
Referenced by Coupleable::adCoupledCurl(), Coupleable::adCoupledDofValues(), Coupleable::adCoupledGradient(), Coupleable::adCoupledGradientDot(), Coupleable::adCoupledLowerValue(), adCoupledNeighborGradient(), adCoupledNeighborValue(), adCoupledNeighborValueDot(), Coupleable::adCoupledNodalValue(), Coupleable::adCoupledSecond(), Coupleable::adCoupledValue(), Coupleable::adCoupledVectorGradient(), adCoupledVectorNeighborValue(), Coupleable::adCoupledVectorValue(), Coupleable::checkFuncType(), Coupleable::coupledArrayDofValues(), Coupleable::coupledArrayGradient(), Coupleable::coupledArrayGradientOld(), coupledArrayNeighborGradient(), coupledArrayNeighborGradientOld(), coupledArrayNeighborGradientOlder(), coupledArrayNeighborValue(), Coupleable::coupledArrayValue(), CoupleableMooseVariableDependencyIntermediateInterface::coupledArrayValueByName(), Coupleable::coupledArrayValueOld(), Coupleable::coupledCurl(), Coupleable::coupledCurlOld(), Coupleable::coupledDiv(), Coupleable::coupledDivOld(), Coupleable::coupledDofValues(), Coupleable::coupledDofValuesOld(), Coupleable::coupledGradient(), Coupleable::coupledGradientOld(), coupledNeighborDofValues(), coupledNeighborDofValuesOld(), coupledNeighborDofValuesOlder(), coupledNeighborGradient(), coupledNeighborGradientOld(), coupledNeighborGradientOlder(), coupledNeighborSecond(), coupledNeighborValue(), coupledNeighborValueOld(), coupledNeighborValueOlder(), Coupleable::coupledNodalValue(), Coupleable::coupledNodalValueOld(), Coupleable::coupledSecond(), Coupleable::coupledSecondOld(), Coupleable::coupledValue(), CoupleableMooseVariableDependencyIntermediateInterface::coupledValueByName(), Coupleable::coupledValueLower(), Coupleable::coupledValueOld(), Coupleable::coupledVectorGradient(), Coupleable::coupledVectorGradientOld(), coupledVectorNeighborGradient(), coupledVectorNeighborGradientOld(), coupledVectorNeighborGradientOlder(), Coupleable::coupledVectorValue(), and Coupleable::coupledVectorValueOld().
|
protectedinherited |
The name of the object this interface is part of.
Definition at line 1409 of file Coupleable.h.
Referenced by Coupleable::checkFuncType(), Coupleable::checkVar(), Coupleable::coupledName(), Coupleable::coupledNodalValue(), Coupleable::coupledNodalValueOld(), Coupleable::coupledNodalValueOlder(), Coupleable::coupledValueLower(), Coupleable::coupledVectorTagArrayGradient(), Coupleable::coupledVectorTagGradient(), Coupleable::getVectorVar(), Coupleable::isCoupled(), Coupleable::validateExecutionerType(), and Coupleable::vectorTagValueHelper().
|
protectedinherited |
True if we provide coupling to nodal values.
Definition at line 1441 of file Coupleable.h.
Referenced by Coupleable::adCoupledDot(), Coupleable::adCoupledDotDot(), Coupleable::adCoupledLowerValue(), Coupleable::adCoupledNodalValue(), Coupleable::adCoupledValue(), Coupleable::adCoupledVectorDot(), Coupleable::adCoupledVectorValue(), Coupleable::checkFuncType(), Coupleable::checkVar(), Coupleable::coupledArrayDot(), Coupleable::coupledArrayDotDot(), Coupleable::coupledArrayDotDotOld(), Coupleable::coupledArrayDotDu(), Coupleable::coupledArrayDotOld(), Coupleable::coupledArrayValue(), CoupleableMooseVariableDependencyIntermediateInterface::coupledArrayValueByName(), Coupleable::coupledArrayValueOld(), Coupleable::coupledArrayValueOlder(), Coupleable::coupledDot(), Coupleable::coupledDotDot(), Coupleable::coupledDotDotDu(), Coupleable::coupledDotDotOld(), Coupleable::coupledDotDu(), Coupleable::coupledDotOld(), Coupleable::coupledMatrixTagValue(), Coupleable::coupledValue(), CoupleableMooseVariableDependencyIntermediateInterface::coupledValueByName(), Coupleable::coupledValueLower(), Coupleable::coupledValueOld(), Coupleable::coupledValueOlder(), Coupleable::coupledValuePreviousNL(), Coupleable::coupledVectorValue(), Coupleable::coupledVectorValueOld(), Coupleable::getVectorVar(), and Coupleable::vectorTagValueHelper().
|
protectedinherited |
Definition at line 1406 of file Coupleable.h.
Referenced by Coupleable::checkVar(), Coupleable::Coupleable(), Coupleable::coupledComponents(), Coupleable::coupledMatrixTagValue(), Coupleable::coupledMatrixTagValues(), Coupleable::coupledVectorTagArrayGradient(), Coupleable::coupledVectorTagArrayGradients(), Coupleable::coupledVectorTagArrayValues(), Coupleable::coupledVectorTagDofValues(), Coupleable::coupledVectorTagGradient(), Coupleable::coupledVectorTagGradients(), Coupleable::coupledVectorTagValues(), Coupleable::getADDefaultValue(), Coupleable::getADDefaultVectorValue(), Coupleable::getDefaultArrayValue(), Coupleable::getDefaultValue(), Coupleable::getDefaultVectorValue(), Coupleable::getVarHelper(), Coupleable::isCoupled(), Coupleable::isCoupledConstant(), Coupleable::vectorTagDofValueHelper(), and Coupleable::vectorTagValueHelper().
|
protectedinherited |
Pointer to the system object if the moose object this is an interface for has one.
Definition at line 1417 of file Coupleable.h.
Referenced by Coupleable::coupled().
|
protectedinherited |
Thread ID of the thread using this object.
Definition at line 1450 of file Coupleable.h.
Referenced by Coupleable::checkWritableVar(), Coupleable::Coupleable(), CoupleableMooseVariableDependencyIntermediateInterface::coupledArrayValueByName(), CoupleableMooseVariableDependencyIntermediateInterface::coupledValueByName(), and Coupleable::getWritableCoupledVariables().
|
protectedinherited |
The type of the object this interface is part of.
Definition at line 1411 of file Coupleable.h.
|
protectedinherited |
Whether or not this object is a "neighbor" object: ie all of it's coupled values should be neighbor values.
Definition at line 1713 of file Coupleable.h.
Referenced by Coupleable::adCoupledCurl(), Coupleable::adCoupledDofValues(), Coupleable::adCoupledDot(), Coupleable::adCoupledDotDot(), Coupleable::adCoupledGradient(), Coupleable::adCoupledGradientDot(), Coupleable::adCoupledNodalValue(), Coupleable::adCoupledSecond(), Coupleable::adCoupledValue(), Coupleable::adCoupledVectorDot(), Coupleable::adCoupledVectorGradient(), Coupleable::adCoupledVectorValue(), Coupleable::coupledArrayDofValues(), Coupleable::coupledArrayDot(), Coupleable::coupledArrayDotDot(), Coupleable::coupledArrayDotDotOld(), Coupleable::coupledArrayDotDu(), Coupleable::coupledArrayDotOld(), Coupleable::coupledArrayGradient(), Coupleable::coupledArrayGradientDot(), Coupleable::coupledArrayGradientOld(), Coupleable::coupledArrayGradientOlder(), Coupleable::coupledArrayValue(), CoupleableMooseVariableDependencyIntermediateInterface::coupledArrayValueByName(), Coupleable::coupledArrayValueOld(), Coupleable::coupledArrayValueOlder(), Coupleable::coupledCurl(), Coupleable::coupledCurlOld(), Coupleable::coupledCurlOlder(), Coupleable::coupledDiv(), Coupleable::coupledDivOld(), Coupleable::coupledDivOlder(), Coupleable::coupledDofValues(), Coupleable::coupledDofValuesOld(), Coupleable::coupledDofValuesOlder(), Coupleable::coupledDot(), Coupleable::coupledDotDot(), Coupleable::coupledDotDotDu(), Coupleable::coupledDotDotOld(), Coupleable::coupledDotDu(), Coupleable::coupledDotOld(), Coupleable::coupledGradient(), Coupleable::coupledGradientDot(), Coupleable::coupledGradientDotDot(), Coupleable::coupledGradientOld(), Coupleable::coupledGradientOlder(), Coupleable::coupledGradientPreviousNL(), Coupleable::coupledNodalDot(), Coupleable::coupledNodalDotDot(), Coupleable::coupledNodalDotDotOld(), Coupleable::coupledNodalDotOld(), Coupleable::coupledNodalValue(), Coupleable::coupledNodalValueOld(), Coupleable::coupledNodalValueOlder(), Coupleable::coupledNodalValuePreviousNL(), Coupleable::coupledSecond(), Coupleable::coupledSecondOld(), Coupleable::coupledSecondOlder(), Coupleable::coupledSecondPreviousNL(), Coupleable::coupledValue(), CoupleableMooseVariableDependencyIntermediateInterface::coupledValueByName(), Coupleable::coupledValueLower(), Coupleable::coupledValueOld(), Coupleable::coupledValueOlder(), Coupleable::coupledValuePreviousNL(), Coupleable::coupledVectorDot(), Coupleable::coupledVectorDotDot(), Coupleable::coupledVectorDotDotDu(), Coupleable::coupledVectorDotDotOld(), Coupleable::coupledVectorDotDu(), Coupleable::coupledVectorDotOld(), Coupleable::coupledVectorGradient(), Coupleable::coupledVectorGradientOld(), Coupleable::coupledVectorGradientOlder(), Coupleable::coupledVectorValue(), Coupleable::coupledVectorValueOld(), and Coupleable::coupledVectorValueOlder().
|
protectedinherited |
Vector of array coupled variables.
Definition at line 1432 of file Coupleable.h.
Referenced by Coupleable::Coupleable(), CoupleableMooseVariableDependencyIntermediateInterface::coupledArrayValueByName(), Coupleable::getCoupledArrayMooseVars(), and Coupleable::getVarHelper().
|
protectedinherited |
Vector of all finite volume coupled variables.
Definition at line 1435 of file Coupleable.h.
Referenced by Coupleable::Coupleable(), SideValueSampler::execute(), ElementValueSampler::execute(), Coupleable::getVarHelper(), and SideValueSampler::SideValueSampler().
|
protectedinherited |
Vector of all coupled variables.
Definition at line 1423 of file Coupleable.h.
Referenced by Coupleable::Coupleable(), CoupleableMooseVariableDependencyIntermediateInterface::coupledArrayValueByName(), CoupleableMooseVariableDependencyIntermediateInterface::coupledValueByName(), ElementValueSampler::ElementValueSampler(), SideValueSampler::execute(), ElementValueSampler::execute(), PointVariableSamplerBase::execute(), Coupleable::getCoupledMooseVars(), PointVariableSamplerBase::initialize(), InterfaceUserObject::InterfaceUserObject(), MatDiffusionBase< Real >::MatDiffusionBase(), MaterialDerivativeTestKernelBase< Real >::MaterialDerivativeTestKernelBase(), NodalValueSampler::NodalValueSampler(), PointVariableSamplerBase::PointVariableSamplerBase(), and SideValueSampler::SideValueSampler().
|
protectedinherited |
Vector of standard coupled variables.
Definition at line 1426 of file Coupleable.h.
Referenced by Coupleable::Coupleable(), CoupleableMooseVariableDependencyIntermediateInterface::coupledValueByName(), ElementValueSampler::execute(), NodalValueSampler::execute(), Coupleable::getCoupledStandardMooseVars(), and Coupleable::getVarHelper().
|
protectedinherited |
Coupled vars whose values we provide.
Definition at line 1420 of file Coupleable.h.
Referenced by Coupleable::checkVar(), Coupleable::Coupleable(), Coupleable::coupledComponents(), FunctionMaterialBase< is_ad >::FunctionMaterialBase(), Coupleable::getCoupledVars(), Coupleable::getVarHelper(), and Coupleable::isCoupled().
|
protectedinherited |
Vector of vector coupled variables.
Definition at line 1429 of file Coupleable.h.
Referenced by Coupleable::Coupleable(), Coupleable::getCoupledVectorMooseVars(), and Coupleable::getVarHelper().
|
protectedinherited |
This will always be zero because the default values for optionally coupled variables is always constant.
Definition at line 1538 of file Coupleable.h.
Referenced by Coupleable::coupledArrayGradient(), Coupleable::coupledArrayGradientDot(), Coupleable::coupledArrayGradientOld(), and Coupleable::coupledArrayGradientOlder().
|
mutableprotectedinherited |
Will hold the default value for optional array coupled variables.
Definition at line 1464 of file Coupleable.h.
Referenced by Coupleable::getDefaultArrayValue().
|
protectedinherited |
This will always be zero because the default values for optionally coupled variables is always constant and this is used for time derivative info.
Definition at line 1535 of file Coupleable.h.
Referenced by Coupleable::coupledArrayDot(), Coupleable::coupledArrayDotDot(), Coupleable::coupledArrayDotDotOld(), and Coupleable::coupledArrayDotOld().
|
mutableprotectedinherited |
This will always be zero because the default values for optionally coupled variables is always constant.
Definition at line 1529 of file Coupleable.h.
Referenced by Coupleable::coupledDiv(), Coupleable::coupledDivOld(), and Coupleable::coupledDivOlder().
|
mutableprotectedinherited |
This will always be zero because the default values for optionally coupled variables is always constant.
Definition at line 1477 of file Coupleable.h.
Referenced by Coupleable::coupledGradient(), Coupleable::coupledGradientDot(), Coupleable::coupledGradientDotDot(), Coupleable::coupledGradientOld(), Coupleable::coupledGradientOlder(), and Coupleable::coupledGradientPreviousNL().
|
mutableprotectedinherited |
This will always be zero because the default values for optionally coupled variables is always constant.
Definition at line 1486 of file Coupleable.h.
Referenced by Coupleable::coupledSecond(), Coupleable::coupledSecondOld(), Coupleable::coupledSecondOlder(), and Coupleable::coupledSecondPreviousNL().
|
mutableprotectedinherited |
Will hold the default value for optional coupled variables.
Definition at line 1454 of file Coupleable.h.
Referenced by Coupleable::getDefaultValue().
|
mutableprotectedinherited |
This will always be zero because the default values for optionally coupled variables is always constant and this is used for time derivative info.
Definition at line 1474 of file Coupleable.h.
Referenced by Coupleable::coupledArrayDotDu(), Coupleable::coupledDot(), Coupleable::coupledDotDot(), Coupleable::coupledDotDotDu(), Coupleable::coupledDotDotOld(), Coupleable::coupledDotDu(), Coupleable::coupledDotOld(), Coupleable::coupledNodalDotDot(), Coupleable::coupledNodalDotDotOld(), Coupleable::coupledNodalDotOld(), Coupleable::coupledVectorDotDotDu(), and Coupleable::coupledVectorDotDu().
|
mutableprotectedinherited |
This will always be zero because the default values for optionally coupled variables is always constant.
Definition at line 1526 of file Coupleable.h.
Referenced by Coupleable::coupledCurl(), Coupleable::coupledCurlOld(), and Coupleable::coupledCurlOlder().
|
mutableprotectedinherited |
This will always be zero because the default values for optionally coupled variables is always constant.
Definition at line 1523 of file Coupleable.h.
Referenced by Coupleable::coupledVectorGradient(), Coupleable::coupledVectorGradientOld(), and Coupleable::coupledVectorGradientOlder().
|
mutableprotectedinherited |
Will hold the default value for optional vector coupled variables.
Definition at line 1461 of file Coupleable.h.
Referenced by Coupleable::getDefaultVectorValue().
|
mutableprotectedinherited |
This will always be zero because the default values for optionally coupled variables is always constant and this is used for time derivative info.
Definition at line 1520 of file Coupleable.h.
Referenced by Coupleable::coupledVectorDot(), Coupleable::coupledVectorDotDot(), Coupleable::coupledVectorDotDotOld(), and Coupleable::coupledVectorDotOld().
|
protectedinherited |
Zero gradient of trial function.
Definition at line 1504 of file Coupleable.h.
|
protectedinherited |
Zero gradient of a variable.
Definition at line 1500 of file Coupleable.h.
|
protected |
Definition at line 131 of file NeighborCoupleable.h.
Referenced by adCoupledNeighborGradient(), adCoupledNeighborValue(), adCoupledNeighborValueDot(), adCoupledVectorNeighborValue(), coupledArrayNeighborGradient(), coupledArrayNeighborGradientOld(), coupledArrayNeighborGradientOlder(), coupledArrayNeighborValue(), coupledNeighborDofValues(), coupledNeighborDofValuesOld(), coupledNeighborDofValuesOlder(), coupledNeighborGradient(), coupledNeighborGradientOld(), coupledNeighborGradientOlder(), coupledNeighborSecond(), coupledNeighborValue(), coupledNeighborValueDot(), coupledNeighborValueDotDu(), coupledNeighborValueOld(), coupledNeighborValueOlder(), coupledVectorNeighborGradient(), coupledVectorNeighborGradientOld(), and coupledVectorNeighborGradientOlder().
|
protectedinherited |
map from new to deprecated variable names
Definition at line 1438 of file Coupleable.h.
Referenced by Coupleable::getVarHelper().
|
protectedinherited |
Definition at line 1496 of file Coupleable.h.
|
protectedinherited |
Zero second derivative of a test function.
Definition at line 1510 of file Coupleable.h.
|
protectedinherited |
Zero second derivative of a variable.
Definition at line 1507 of file Coupleable.h.
|
protectedinherited |
Zero value of the curl of a vector variable.
Definition at line 1514 of file Coupleable.h.
|
protectedinherited |
Zero value of a vector variable.
Definition at line 1512 of file Coupleable.h.
|
protectedinherited |
Zero value of a variable.
Definition at line 1495 of file Coupleable.h.