|
escript
Revision_
|
#include <ElementFile.h>
Public Member Functions | |
| ElementFile_Jacobians (const_ShapeFunction_ptr basis) | |
| ~ElementFile_Jacobians () | |
Public Attributes | |
| int | status |
| status of mesh when jacobians were updated last time | |
| int | numDim |
| number of spatial dimensions | |
| const_ShapeFunction_ptr | BasisFunctions |
| basis function used | |
| int | numQuadTotal |
| int | numSides |
| number of sides (=1 normal, =2 contact) | |
| const int * | offsets |
| offset to sides (borrowed reference) | |
| int | numSub |
| number of subelements | |
| int | numShapesTotal |
| total number of shape functions = BasisFunctions->numShapes * numSides | |
| const int * | node_selection |
| int | numElements |
| number of elements | |
| double * | volume |
| local volume | |
| double * | DSDX |
basis function used
Referenced by finley::Assemble_gradient(), finley::Assemble_LumpedSystem(), finley::Assemble_PDE_Single_1D(), finley::Assemble_PDE_Single_2D(), finley::Assemble_PDE_Single_3D(), finley::Assemble_PDE_Single_C(), finley::Assemble_PDE_System_1D(), finley::Assemble_PDE_System_2D(), finley::Assemble_PDE_System_3D(), finley::Assemble_PDE_System_C(), finley::AssembleParameters::AssembleParameters(), and finley::ElementFile::borrowJacobians().
derivatives of shape functions in global coordinates at quadrature points
Referenced by finley::Assemble_gradient(), finley::Assemble_PDE_Single_1D(), finley::Assemble_PDE_Single_2D(), finley::Assemble_PDE_Single_3D(), finley::Assemble_PDE_System_1D(), finley::Assemble_PDE_System_2D(), finley::Assemble_PDE_System_3D(), finley::ElementFile::borrowJacobians(), and ~ElementFile_Jacobians().
local node selection list of length numSub*numShapesTotal (borrowed reference)
Referenced by finley::AssembleParameters::AssembleParameters(), and finley::ElementFile::borrowJacobians().
number of spatial dimensions
Referenced by finley::Assemble_gradient(), finley::AssembleParameters::AssembleParameters(), and finley::ElementFile::borrowJacobians().
number of elements
Referenced by finley::AssembleParameters::AssembleParameters(), and finley::ElementFile::borrowJacobians().
total number of quadrature nodes used to calculate jacobians = numSub * BasisFunctions->numQuadNodes
Referenced by finley::Assemble_gradient(), finley::Assemble_integrate(), finley::AssembleParameters::AssembleParameters(), and finley::ElementFile::borrowJacobians().
total number of shape functions = BasisFunctions->numShapes * numSides
Referenced by finley::Assemble_gradient(), finley::AssembleParameters::AssembleParameters(), and finley::ElementFile::borrowJacobians().
number of sides (=1 normal, =2 contact)
Referenced by finley::AssembleParameters::AssembleParameters(), and finley::ElementFile::borrowJacobians().
number of subelements
Referenced by finley::Assemble_gradient(), finley::AssembleParameters::AssembleParameters(), and finley::ElementFile::borrowJacobians().
| const int* finley::ElementFile_Jacobians::offsets |
offset to sides (borrowed reference)
Referenced by finley::Assemble_gradient(), and finley::ElementFile::borrowJacobians().
status of mesh when jacobians were updated last time
Referenced by finley::ElementFile::borrowJacobians().
local volume
Referenced by finley::Assemble_integrate(), finley::Assemble_LumpedSystem(), finley::Assemble_PDE_Single_1D(), finley::Assemble_PDE_Single_2D(), finley::Assemble_PDE_Single_3D(), finley::Assemble_PDE_Single_C(), finley::Assemble_PDE_System_1D(), finley::Assemble_PDE_System_2D(), finley::Assemble_PDE_System_3D(), finley::Assemble_PDE_System_C(), finley::ElementFile::borrowJacobians(), and ~ElementFile_Jacobians().
1.7.6.1