NeoPZ
|
Contains the TPZInt1d, TPZIntTriang, TPZIntQuad, TPZIntCube3D, TPZIntTetra3D, TPZIntPyram3D and TPZIntPrism3D classes
which handles the numerical integration.
More...
#include <iostream>
#include "pzreal.h"
#include "tpzintrulet.h"
#include "tpzintpoints.h"
#include "tpzprinteg.h"
Go to the source code of this file.
Classes | |
class | TPZVec< T > |
This class implements a simple vector storage scheme for a templated class T. Utility. More... | |
class | TPZManVector< T, NumExtAlloc > |
Implements a vector class which allows to use external storage provided by the user. Utility. More... | |
class | TPZInt1d |
Handles the numerical integration for one-dimensional problems. Numerical Integration. More... | |
class | TPZIntTriang |
Handles the numerical integration for two-dimensional problems using triangular elements. Numerical Integration. More... | |
class | TPZIntQuad |
Handles the numerical integration for two-dimensional problems using quadrilateral elements. Numerical Integration. More... | |
class | TPZIntCube3D |
Handles the numerical integration for three-dimensional problems using cube elements. Numerical Integration. More... | |
class | TPZIntTetra3D |
Handles the numerical integration for three-dimensional problems using tetraedra elements. Numerical Integration. More... | |
class | TPZIntPyram3D |
Handles the numerical integration for three-dimensional problems using pyramid elements. Numerical Integration. More... | |
class | TPZIntPrism3D |
Handles the numerical integration for three-dimensional problems using prism elements. Numerical Integration This cubature rule uses a cubature rule for one dimension (zeta) and a cubature rule for triangle (base). More... | |
class | TPZInt1Point |
Integration rule for one point. Numerical Integration. More... | |
Contains the TPZInt1d, TPZIntTriang, TPZIntQuad, TPZIntCube3D, TPZIntTetra3D, TPZIntPyram3D and TPZIntPrism3D classes
which handles the numerical integration.
Definition in file pzquad.h.