svMultiPhysics
|
The face type containing mesh at boundary. More...
#include <ComMod.h>
Public Member Functions | |
void | destroy () |
Free memory and reset some data members. More... | |
Public Attributes | |
int | d = 0 |
int | eNoN = 0 |
consts::ElementType | eType = consts::ElementType::NA |
int | iM = 0 |
int | nEl = 0 |
int | gnEl = 0 |
int | nFs = 0 |
int | nG = 0 |
int | nNo = 0 |
Vector< int > | gE |
Vector< int > | gN |
Vector< int > | lN |
Array< int > | IEN |
Array< int > | gebc |
double | area = 0.0 |
Vector< double > | w |
Array< double > | x |
Array< double > | xi |
Array< double > | N |
Array< double > | nV |
Array3< double > | Nx |
Array3< double > | Nxx |
std::string | name |
adjType | nAdj |
adjType | eAdj |
std::vector< fsType > | fs |
double | qmTRI3 = 2.0/3.0 |
The face type containing mesh at boundary.
void faceType::destroy | ( | ) |
Free memory and reset some data members.
This replicates the Fortran 'SUBROUTINE DESTROYFACE(lFa)' implemented in ALLFUN.f.