escript Revision_
finley::AssembleParameters Struct Reference

#include <Assemble.h>

Public Member Functions

 AssembleParameters (const NodeFile *nodes, const ElementFile *ef, escript::ASM_ptr sm, escript::Data &rhs, bool reducedOrder)
 

Public Attributes

const ElementFileelements
 element file these parameters apply to
 
escript::ASM_ptr S
 system matrix to be updated
 
escript::DataF
 right-hand side to be updated
 
int numQuadTotal
 total number of quadrature nodes = numQuadSub * numQuadSub
 
int numQuadSub
 number of quadrature nodes per subelements
 
int numSides
 number of sides
 
int numSub
 number of sub-elements
 
int numDim
 number of spatial dimensions
 
int NN
 leading dimension of element node table
 
dim_t numElements
 number of elements
 
int numEqu
 
const index_trow_DOF
 
index_t row_DOF_UpperBound
 
ElementFile_Jacobiansrow_jac
 
const int * row_node
 
int row_numShapesTotal
 
int row_numShapes
 
int numComp
 
const index_tcol_DOF
 
index_t col_DOF_UpperBound
 
ElementFile_Jacobianscol_jac
 
const int * col_node
 
int col_numShapesTotal
 
int col_numShapes
 

Constructor & Destructor Documentation

◆ AssembleParameters()

finley::AssembleParameters::AssembleParameters ( const NodeFile * nodes,
const ElementFile * ef,
escript::ASM_ptr sm,
escript::Data & rhs,
bool reducedOrder )

Member Data Documentation

◆ col_DOF

const index_t* finley::AssembleParameters::col_DOF

◆ col_DOF_UpperBound

index_t finley::AssembleParameters::col_DOF_UpperBound

◆ col_jac

ElementFile_Jacobians* finley::AssembleParameters::col_jac

◆ col_node

const int* finley::AssembleParameters::col_node

◆ col_numShapes

◆ col_numShapesTotal

◆ elements

◆ F

◆ NN

◆ numComp

◆ numDim

int finley::AssembleParameters::numDim

number of spatial dimensions

Referenced by finley::Assemble_PDE().

◆ numElements

dim_t finley::AssembleParameters::numElements

number of elements

◆ numEqu

◆ numQuadSub

◆ numQuadTotal

int finley::AssembleParameters::numQuadTotal

total number of quadrature nodes = numQuadSub * numQuadSub

Referenced by finley::Assemble_LumpedSystem(), and finley::Assemble_PDE().

◆ numSides

int finley::AssembleParameters::numSides

number of sides

Referenced by finley::Assemble_PDE().

◆ numSub

◆ row_DOF

◆ row_DOF_UpperBound

◆ row_jac

◆ row_node

◆ row_numShapes

◆ row_numShapesTotal

◆ S


The documentation for this struct was generated from the following files: