NeoPZ
|
Contains the implementation of the TPZTetrahedron methods. More...
#include "tpztetrahedron.h"
#include "pzmanvector.h"
#include "pzerror.h"
#include "pzreal.h"
#include "pzquad.h"
#include "pzeltype.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::computedirectionsT3 (int inicio, int fim, TPZFMatrix< REAL > &bvec, TPZFMatrix< REAL > &t1vec, TPZFMatrix< REAL > &t2vec, TPZFMatrix< REAL > &gradx, TPZFMatrix< REAL > &directions) |
Variables | |
static int | pztopology::nhighdimsides [15] |
static int | pztopology::sidedimension [15] |
static int | pztopology::FaceConnectLocId [4][7] |
static int | pztopology::highsides [15][7] |
static int | pztopology::nsidenodes [15] |
static REAL | pztopology::sidetosidetransforms [15][7][4][3] |
static REAL | pztopology::MidSideNode [15][3] |
static REAL | pztopology::bTetra [45][3] |
static REAL | pztopology::t1Tetra [45][3] |
static REAL | pztopology::t2Tetra [45][3] |
static int | pztopology::vectorsideorderTe [45] |
static int | pztopology::bilinearounao [45] |
static int | pztopology::direcaoksioueta [45] |
Contains the implementation of the TPZTetrahedron methods.
Definition in file tpztetrahedron.cpp.