#include <DerivativeMaterialPropertyNameInterface.h>
Public Member Functions | |
const MaterialPropertyName | propertyName (const MaterialPropertyName &base, const std::vector< VariableName > &c) const |
Helper functions to generate the material property names for the arbitrary derivatives. More... | |
const MaterialPropertyName | propertyNameFirst (const MaterialPropertyName &base, const VariableName &c1) const |
Helper functions to generate the material property names for the first derivatives. More... | |
const MaterialPropertyName | propertyNameSecond (const MaterialPropertyName &base, const VariableName &c1, const VariableName &c2) const |
Helper functions to generate the material property names for the second derivatives. More... | |
const MaterialPropertyName | propertyNameThird (const MaterialPropertyName &base, const VariableName &c1, const VariableName &c2, const VariableName &c3) const |
Helper functions to generate the material property names for the third derivatives. More... | |
Definition at line 15 of file DerivativeMaterialPropertyNameInterface.h.
const MaterialPropertyName DerivativeMaterialPropertyNameInterface::propertyName | ( | const MaterialPropertyName & | base, |
const std::vector< VariableName > & | c | ||
) | const |
Helper functions to generate the material property names for the arbitrary derivatives.
Definition at line 15 of file DerivativeMaterialPropertyNameInterface.C.
Referenced by FunctionMaterialPropertyDescriptor::getPropertyName(), propertyNameSecond(), and propertyNameThird().
const MaterialPropertyName DerivativeMaterialPropertyNameInterface::propertyNameFirst | ( | const MaterialPropertyName & | base, |
const VariableName & | c1 | ||
) | const |
Helper functions to generate the material property names for the first derivatives.
Definition at line 55 of file DerivativeMaterialPropertyNameInterface.C.
Referenced by DerivativeFunctionMaterialBase::initialSetup().
const MaterialPropertyName DerivativeMaterialPropertyNameInterface::propertyNameSecond | ( | const MaterialPropertyName & | base, |
const VariableName & | c1, | ||
const VariableName & | c2 | ||
) | const |
Helper functions to generate the material property names for the second derivatives.
Definition at line 62 of file DerivativeMaterialPropertyNameInterface.C.
Referenced by DerivativeFunctionMaterialBase::initialSetup().
const MaterialPropertyName DerivativeMaterialPropertyNameInterface::propertyNameThird | ( | const MaterialPropertyName & | base, |
const VariableName & | c1, | ||
const VariableName & | c2, | ||
const VariableName & | c3 | ||
) | const |
Helper functions to generate the material property names for the third derivatives.
Definition at line 70 of file DerivativeMaterialPropertyNameInterface.C.
Referenced by DerivativeFunctionMaterialBase::initialSetup().