OGS
MaterialLib::Fracture::FractureIdentity2< DisplacementDim > Struct Template Reference

Detailed Description

template<int DisplacementDim>
struct MaterialLib::Fracture::FractureIdentity2< DisplacementDim >

Identity vector for extracting non-shear components of a fracture stress vector and a relative displacement vector, e.g. \(\mathbf{m}=(0,1)^T\) in 2D case.

Definition at line 24 of file FractureIdentity2.h.

#include <FractureIdentity2.h>

Public Types

using VectorType = Eigen::Matrix<double, DisplacementDim, 1>
 

Static Public Attributes

static MATERIALLIB_FRACTUREMODELS_EXPORT VectorType const value
 

Member Typedef Documentation

◆ VectorType

template<int DisplacementDim>
using MaterialLib::Fracture::FractureIdentity2< DisplacementDim >::VectorType = Eigen::Matrix<double, DisplacementDim, 1>

Definition at line 26 of file FractureIdentity2.h.

Member Data Documentation

◆ value

template<int DisplacementDim>
const FractureIdentity2< DisplacementDim >::VectorType MaterialLib::Fracture::FractureIdentity2< DisplacementDim >::value
static
Initial value:
=
initIdentity2<typename FractureIdentity2<DisplacementDim>::VectorType,
DisplacementDim>()

Definition at line 28 of file FractureIdentity2.h.


The documentation for this struct was generated from the following files: