![]() |
NeoPZ
|
Contains the implementation of the TPZQuadrilateral methods. More...
#include "tpzquadrilateral.h"#include "pzmanvector.h"#include "pzerror.h"#include "pzreal.h"#include "pzquad.h"#include "pzeltype.h"#include "pznumeric.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::computedirectionsq (int inicio, int fim, TPZFMatrix< REAL > &bvec, TPZFMatrix< REAL > &t1vec, TPZFMatrix< REAL > &gradx, TPZFMatrix< REAL > &directions) |
Variables | |
| static int | pztopology::nsidenodes [9] |
| static int | pztopology::nhighdimsides [9] |
| static int | pztopology::sidedimension [9] |
| static REAL | pztopology::sidetosidetransforms [9][3][4][3] |
| static int | pztopology::highsides [9][3] |
| static REAL | pztopology::MidSideNode [9][3] |
| static REAL | pztopology::bQuad [18][2] |
| static REAL | pztopology::tQuad [18][2] |
| static int | pztopology::vectorsideorder [18] |
| static int | pztopology::bilinearounao [18] |
| static int | pztopology::direcaoksioueta [18] |
Contains the implementation of the TPZQuadrilateral methods.
Definition in file tpzquadrilateral.cpp.
1.8.13