https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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.
 

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 }
const Real p
const double v

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