![]() |
NeoPZ
|
Contains the implementation of the TPZPrism methods. More...
#include "tpzprism.h"#include "pzmanvector.h"#include "pzerror.h"#include "pzreal.h"#include "pzquad.h"#include "pzeltype.h"#include "tpzquadrilateral.h"#include "tpztriangle.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::computedirectionsPr (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::sidedimension [21] |
| static int | pztopology::nhighdimsides [21] |
| static int | pztopology::highsides [21][7] |
| static REAL | pztopology::sidetosidetransforms [21][7][4][3] |
| static REAL | pztopology::MidSideNode [21][3] |
| static REAL | pztopology::bPrism [63][3] |
| static REAL | pztopology::t1Prism [63][3] |
| static REAL | pztopology::t2Prism [63][3] |
| static int | pztopology::vectorsideorderPr [63] |
| static int | pztopology::bilinearounao [63] |
| static int | pztopology::direcaoksioueta [63] |
| static int | pztopology::nsidenodes [21] |
Contains the implementation of the TPZPrism methods.
Definition in file tpzprism.cpp.
1.8.13