We only store discretization-related quantities for the box method. More...
#include <dumux/geomechanics/stressvariablescache.hh>
We only store discretization-related quantities for the box method.
Public Member Functions | |
template<class Problem , class ElementVolumeVariables > | |
void | update (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf) |
update the cache for an scvf More... | |
template<class Problem , class ElementVolumeVariables > | |
void | update (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const GlobalPosition &globalPos) |
update the cache for a given global position More... | |
const GlobalPosition & | ipGlobal () const |
returns the global position for which this cache has been updated More... | |
const std::vector< ShapeJacobian > & | shapeJacobian () const |
returns the shape function gradients in local coordinates at the integration point More... | |
const std::vector< ShapeValue > & | shapeValues () const |
returns the shape function values at the integration point More... | |
const JacobianInverseTransposed & | jacInvT () const |
returns inverse transposed jacobian at the integration point More... | |
const GlobalPosition & | gradN (unsigned int scvIdxInElement) const |
returns the shape function gradients in global coordinates at the integration point More... | |
|
inlineinherited |
returns the shape function gradients in global coordinates at the integration point
|
inlineinherited |
returns the global position for which this cache has been updated
|
inlineinherited |
returns inverse transposed jacobian at the integration point
|
inlineinherited |
returns the shape function gradients in local coordinates at the integration point
|
inlineinherited |
returns the shape function values at the integration point
|
inlineinherited |
update the cache for a given global position
|
inlineinherited |
update the cache for an scvf