![]() |
NeoPZ
|
Contains the implementation of the TPZCube methods. More...
#include "tpzcube.h"#include "pzmanvector.h"#include "pzerror.h"#include "pzreal.h"#include "pzquad.h"#include "pzeltype.h"#include "tpzquadrilateral.h"#include "pzlog.h"Go to the source code of this file.
Namespaces | |
| pztopology | |
| Groups all classes defining the structure of the master element. | |
Functions | |
| void | pztopology::computedirectionsC (int inicio, int fim, TPZFMatrix< REAL > &bvec, TPZFMatrix< REAL > &t1vec, TPZFMatrix< REAL > &t2vec, TPZFMatrix< REAL > &gradx, TPZFMatrix< REAL > &directions) |
Variables | |
| static int | pztopology::FaceConnectLocId [6][9] |
| For each face (quadrilateral sides) was enumerated in sequence the sides contained in the closure of them. For example: First face (side 20) in its closure contains side 0, 1, 2, 3 (vertices), 8, 9, 10, 11, (edges) and it self. More... | |
| static int | pztopology::sidedimension [27] |
| Vector of the dimension for each side. More... | |
| static int | pztopology::nsidenodes [27] |
| Vector with the number of vertices contained in the closure of the side. More... | |
| static int | pztopology::highsides [27][7] |
| For each side was stored the sides connected with it but of the higher dimension. More... | |
| static int | pztopology::nhighdimsides [27] |
| For each side was stored the number of sides connected of the higher dimension than it self For example: First side (side 0 - vertice) was connected with the sides 8, 11, 12 (edges) 20, 21, 24 (faces) and 26 (the hexahedra). At total 7 sides. More... | |
| static REAL | pztopology::sidetosidetransforms [27][7][4][3] |
| The transformations for each side over neighboard side with higher dimension. More... | |
| static REAL | pztopology::MidSideNode [27][3] |
| For each side the vector related the coordinates of the point considered middle of the side. More... | |
| static REAL | pztopology::bCubo [81][3] |
| static REAL | pztopology::t1Cubo [81][3] |
| static REAL | pztopology::t2Cubo [81][3] |
| static int | pztopology::vectorsideorderC [81] |
| static int | pztopology::bilinearounao [81] |
| static int | pztopology::direcaoksioueta [81] |
Contains the implementation of the TPZCube methods.
Definition in file tpzcube.cpp.
1.8.13