escript
Revision_
|
#include <ElementFile.h>
Public Member Functions | |
ElementFile_Jacobians () | |
~ElementFile_Jacobians () | |
Public Attributes | |
int | status |
status of mesh when jacobians were updated last time More... | |
int | numDim |
number of spatial dimensions More... | |
int | numQuad |
number of quadrature nodes used to calculate jacobians More... | |
int | numShapes |
number of shape functions More... | |
dim_t | numElements |
number of elements More... | |
double * | absD |
used to compute volume More... | |
double | quadweight |
used to compute volume More... | |
double * | DSDX |
dudley::ElementFile_Jacobians::~ElementFile_Jacobians | ( | ) |
double* dudley::ElementFile_Jacobians::absD |
used to compute volume
Referenced by dudley::ElementFile::borrowJacobians(), and ElementFile_Jacobians().
double* dudley::ElementFile_Jacobians::DSDX |
derivatives of shape functions in global coordinates at quadrature points
Referenced by dudley::ElementFile::borrowJacobians(), finley::ElementFile_Jacobians::ElementFile_Jacobians(), and ElementFile_Jacobians().
int dudley::ElementFile_Jacobians::numDim |
number of spatial dimensions
Referenced by ~ElementFile_Jacobians().
dim_t dudley::ElementFile_Jacobians::numElements |
number of elements
Referenced by ~ElementFile_Jacobians().
int dudley::ElementFile_Jacobians::numQuad |
number of quadrature nodes used to calculate jacobians
Referenced by dudley::ElementFile::borrowJacobians(), and ~ElementFile_Jacobians().
int dudley::ElementFile_Jacobians::numShapes |
number of shape functions
Referenced by ~ElementFile_Jacobians().
double dudley::ElementFile_Jacobians::quadweight |
used to compute volume
Referenced by dudley::ElementFile::borrowJacobians().
int dudley::ElementFile_Jacobians::status |
status of mesh when jacobians were updated last time