OGS
ShapeMatrixPolicy.h File Reference

Detailed Description

Definition in file ShapeMatrixPolicy.h.

#include <Eigen/Dense>
#include "NumLib/Fem/CoordinatesMapping/ShapeMatrices.h"
Include dependency graph for ShapeMatrixPolicy.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  detail::EigenMatrixType< N, M >
 
struct  detail::EigenMatrixType< N, 1 >
 
struct  detail::EigenMatrixType< 0, M >
 
struct  detail::EigenMatrixType< 0, 1 >
 
struct  EigenFixedShapeMatrixPolicy< ShapeFunction, GlobalDim >
 
struct  EigenDynamicShapeMatrixPolicy< ShapeFunction, GlobalDim >
 

Namespaces

 detail
 

Typedefs

template<typename ShapeFunction , int GlobalDim = ShapeFunction::DIM>
using ShapeMatrixPolicyType = EigenFixedShapeMatrixPolicy< ShapeFunction, GlobalDim >
 

Variables

const unsigned OGS_EIGEN_DYNAMIC_SHAPE_MATRICES_FLAG = 0
 

Typedef Documentation

◆ ShapeMatrixPolicyType

template<typename ShapeFunction , int GlobalDim = ShapeFunction::DIM>
using ShapeMatrixPolicyType = EigenFixedShapeMatrixPolicy<ShapeFunction, GlobalDim>

Definition at line 128 of file ShapeMatrixPolicy.h.

Variable Documentation

◆ OGS_EIGEN_DYNAMIC_SHAPE_MATRICES_FLAG

const unsigned OGS_EIGEN_DYNAMIC_SHAPE_MATRICES_FLAG = 0

Definition at line 131 of file ShapeMatrixPolicy.h.