Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
V_GaussIntegration.cpp File Reference
#include "moab/verdict.h"
#include "V_GaussIntegration.hpp"
#include <cmath>
+ Include dependency graph for V_GaussIntegration.cpp:

Go to the source code of this file.

Macros

#define VERDICT_EXPORTS
 

Variables

double verdictSqrt2 = sqrt( (double)2.0 )
 
int numberGaussPoints
 
int numberNodes
 
int numberDims
 
double gaussPointY [maxNumberGaussPoints]
 
double gaussWeight [maxNumberGaussPoints]
 
double shapeFunction [maxTotalNumberGaussPoints][maxNumberNodes]
 
double dndy1GaussPts [maxTotalNumberGaussPoints][maxNumberNodes]
 
double dndy2GaussPts [maxTotalNumberGaussPoints][maxNumberNodes]
 
double dndy3GaussPts [maxTotalNumberGaussPoints][maxNumberNodes]
 
double totalGaussWeight [maxTotalNumberGaussPoints]
 
int totalNumberGaussPts
 
double y1Area [maxNumberGaussPointsTri]
 
double y2Area [maxNumberGaussPointsTri]
 
double y1Volume [maxNumberGaussPointsTet]
 
double y2Volume [maxNumberGaussPointsTet]
 
double y3Volume [maxNumberGaussPointsTet]
 
double y4Volume [maxNumberGaussPointsTet]
 

Macro Definition Documentation

◆ VERDICT_EXPORTS

#define VERDICT_EXPORTS

Definition at line 23 of file V_GaussIntegration.cpp.

Variable Documentation

◆ dndy1GaussPts

◆ dndy2GaussPts

◆ dndy3GaussPts

◆ gaussPointY

◆ gaussWeight

◆ numberDims

int numberDims

Definition at line 34 of file V_GaussIntegration.cpp.

Referenced by GaussIntegration::initialize().

◆ numberGaussPoints

◆ numberNodes

◆ shapeFunction

◆ totalGaussWeight

◆ totalNumberGaussPts

◆ verdictSqrt2

double verdictSqrt2 = sqrt( (double)2.0 )

Definition at line 30 of file V_GaussIntegration.cpp.

Referenced by normalize_jacobian().

◆ y1Area

◆ y1Volume

◆ y2Area

◆ y2Volume

◆ y3Volume

◆ y4Volume