OGS
ShapeMatrixPolicy.h File Reference

Detailed Description

Definition in file ShapeMatrixPolicy.h.

#include <Eigen/Core>
#include "NumLib/Fem/CoordinatesMapping/ShapeMatrices.h"
Include dependency graph for ShapeMatrixPolicy.h:

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  EigenFixedMatrixPolicy
 
struct  EigenFixedShapeMatrixPolicy< ShapeFunction, GlobalDim >
 
struct  EigenDynamicMatrixPolicy
 
struct  EigenDynamicShapeMatrixPolicy< ShapeFunction, GlobalDim >
 

Namespaces

namespace  detail
 

Typedefs

using MatrixPolicyType = EigenFixedMatrixPolicy
 
template<typename ShapeFunction , int GlobalDim>
using ShapeMatrixPolicyType
 

Variables

const unsigned OGS_EIGEN_DYNAMIC_SHAPE_MATRICES_FLAG = 0
 

Typedef Documentation

◆ MatrixPolicyType

Definition at line 138 of file ShapeMatrixPolicy.h.

◆ ShapeMatrixPolicyType

template<typename ShapeFunction , int GlobalDim>
using ShapeMatrixPolicyType

Variable Documentation

◆ OGS_EIGEN_DYNAMIC_SHAPE_MATRICES_FLAG

const unsigned OGS_EIGEN_DYNAMIC_SHAPE_MATRICES_FLAG = 0

Definition at line 144 of file ShapeMatrixPolicy.h.