MOAB: Mesh Oriented datABase  (version 5.4.1)
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.

Defines

#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]

Define Documentation

#define VERDICT_EXPORTS

Definition at line 23 of file V_GaussIntegration.cpp.


Variable Documentation

Definition at line 35 of file V_GaussIntegration.cpp.

Definition at line 36 of file V_GaussIntegration.cpp.

Definition at line 34 of file V_GaussIntegration.cpp.

double verdictSqrt2 = sqrt( (double)2.0 )

Definition at line 30 of file V_GaussIntegration.cpp.

Referenced by normalize_jacobian().

Definition at line 43 of file V_GaussIntegration.cpp.

Definition at line 45 of file V_GaussIntegration.cpp.

Definition at line 44 of file V_GaussIntegration.cpp.

Definition at line 46 of file V_GaussIntegration.cpp.

Definition at line 47 of file V_GaussIntegration.cpp.

Definition at line 48 of file V_GaussIntegration.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines