https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Protected Member Functions | List of all members
GradientOperatorCoordinates::CentrosymmetricSpherical Class Reference

#include <GradientOperator.h>

Protected Member Functions

void addGradOp (RankTwoTensor &G, unsigned int, const RealVectorValue &g, const Real &v, const Point &p)
 Accumulate the contribution of the gradient operator in a given direction for a given tensor.
 

Detailed Description

Definition at line 67 of file GradientOperator.h.

Member Function Documentation

◆ addGradOp()

void GradientOperatorCoordinates::CentrosymmetricSpherical::addGradOp ( RankTwoTensor G,
unsigned int  ,
const RealVectorValue &  g,
const Real &  v,
const Point &  p 
)
inlineprotected

Accumulate the contribution of the gradient operator in a given direction for a given tensor.

Definition at line 71 of file GradientOperator.h.

76 {
77 G(0, 0) += g(0);
78 G(1, 1) += v / p(0);
79 G(2, 2) += v / p(0);
80 }
const Real p
const double v

The documentation for this class was generated from the following file: