https://mooseframework.inl.gov
Protected Member Functions | List of all members
GradientOperator< C > Class Template Reference

#include <GradientOperator.h>

Inheritance diagram for GradientOperator< C >:
[legend]

Protected Member Functions

RankTwoTensor gradOp (unsigned int component, const RealVectorValue &g, const Real &v, const Point &p)
 Returns the gradient operator in a given direction. More...
 

Detailed Description

template<class C>
class GradientOperator< C >

Definition at line 18 of file GradientOperator.h.

Member Function Documentation

◆ gradOp()

template<class C >
RankTwoTensor GradientOperator< C >::gradOp ( unsigned int  component,
const RealVectorValue g,
const Real v,
const Point &  p 
)
inlineprotected

Returns the gradient operator in a given direction.

Definition at line 23 of file GradientOperator.h.

24  {
26  this->addGradOp(G, component, g, v, p);
27  return G;
28  }
static const std::string component
Definition: NS.h:153
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: