https://mooseframework.inl.gov
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. More...
 

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  }
static const std::string G
Definition: NS.h:166
static const std::string v
Definition: NS.h:84

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