NeoPZ
Namespaces | Functions | Variables
tpzquadrilateral.cpp File Reference

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"
Include dependency graph for tpzquadrilateral.cpp:

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]
 

Detailed Description

Contains the implementation of the TPZQuadrilateral methods.

Definition in file tpzquadrilateral.cpp.