NEMoSys  0.63.0
A modular, extensible resource with robust automated mesh generation, mesh quality analysis, adaptive mesh refinement, and data transfer between arbitrary meshes.
Cubature.H File Reference

Go to the source code of this file.

Classes

class  GaussCubature
 

Typedefs

using pntDataPair = std::pair< std::vector< double >, std::vector< double > >
 
using pntDataPairVec = std::vector< pntDataPair >
 

Variables

double TRI3 []
 
double TRI3W []
 
double TET4 []
 
double TET4W []
 

Typedef Documentation

◆ pntDataPair

using pntDataPair = std::pair<std::vector<double>, std::vector<double> >

Definition at line 53 of file Cubature.H.

◆ pntDataPairVec

using pntDataPairVec = std::vector<pntDataPair>

Definition at line 55 of file Cubature.H.

Variable Documentation

◆ TET4

double TET4[]

Definition at line 68 of file Cubature.C.

Referenced by GaussCubature::constructGaussMesh().

◆ TET4W

double TET4W[]

Definition at line 77 of file Cubature.C.

Referenced by GaussCubature::constructGaussMesh().

◆ TRI3

double TRI3[]

Definition at line 58 of file Cubature.C.

Referenced by GaussCubature::constructGaussMesh().

◆ TRI3W

double TRI3W[]

Definition at line 65 of file Cubature.C.

Referenced by GaussCubature::constructGaussMesh().