![]() |
NeoPZ
|
Contains the implementation of the TPZPyramid methods into the pztopology scope. More...
#include "tpzpyramid.h"#include "pzmanvector.h"#include "pzerror.h"#include "pzreal.h"#include "pzeltype.h"#include "tpzquadrilateral.h"#include "tpztriangle.h"#include "pzlog.h"#include "pzextractval.h"Go to the source code of this file.
Namespaces | |
| pztopology | |
| Groups all classes defining the structure of the master element. | |
Functions | |
| void | pztopology::computedirectionsPy (int inicio, int fim, TPZFMatrix< REAL > &bvec, TPZFMatrix< REAL > &t1vec, TPZFMatrix< REAL > &t2vec, TPZFMatrix< REAL > &gradx, TPZFMatrix< REAL > &directions) |
Variables | |
| static int | pztopology::FaceConnectLocId [5][9] |
| static int | pztopology::nhighdimsides [19] |
| static int | pztopology::sidedimension [19] |
| static int | pztopology::highsides [19][9] |
| static REAL | pztopology::sidetosidetransforms [19][9][4][3] |
| static REAL | pztopology::MidSideNode [19][3] |
| static REAL | pztopology::bPiram [58][3] |
| static REAL | pztopology::t1Piram [58][3] |
| static REAL | pztopology::t2Piram [58][3] |
| static int | pztopology::vectorsideorderPi [58] |
| static int | pztopology::bilinearounao [58] |
| static int | pztopology::direcaoksioueta [58] |
Contains the implementation of the TPZPyramid methods into the pztopology scope.
Definition in file tpzpyramid.cpp.
1.8.13