https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
RankTwoTensor.h File Reference

Go to the source code of this file.

Classes

struct  libMesh::TensorTools::IncrementRank< RankTwoTensor >
 
class  RankTwoTensorTempl< T >
 RankTwoTensorTempl is designed to handle the Stress or Strain Tensor for a fully anisotropic material. More...
 
struct  MetaPhysicL::RawType< RankTwoTensorTempl< T > >
 

Namespaces

namespace  libMesh
 The following methods are specializations for using the libMesh::Parallel::packed_range_* routines for std::strings.
 
namespace  libMesh::TensorTools
 
namespace  MathUtils
 
namespace  MetaPhysicL
 We need to instantiate the following CompareTypes to tell the compiler that ADReal is a subtype of ChainedADReal.
 

Typedefs

typedef MooseArray< Real > VariableValue
 

Functions

template<typename T >
void MathUtils::mooseSetToZero (T &v)
 Helper function templates to set a variable to zero.
 
template<>
void MathUtils::mooseSetToZero< RankTwoTensor > (RankTwoTensor &v)
 Helper function template specialization to set an object to zero.
 
template<>
void MathUtils::mooseSetToZero< ADRankTwoTensor > (ADRankTwoTensor &v)
 Helper function template specialization to set an object to zero.
 

Typedef Documentation

◆ VariableValue

typedef MooseArray<Real> VariableValue

Definition at line 36 of file RankTwoTensor.h.