NeoPZ
|
?? More...
#include <tpzmathtools.h>
Public Member Functions | |
TPZMathTools () | |
~TPZMathTools () | |
void | JacobianConv (TPZGeoEl &Object, TPZVec< REAL > StartPoint) |
void | JacobianConv (TPZGeoElSide &Object, TPZVec< REAL > StartPoint) |
void | JacobianConv (TPZFMatrix< REAL > &jacobian, TPZVec< REAL > StartPoint) |
REAL | IntegrateFunction (void(func)(const TPZVec< REAL > &coord, REAL &result), TPZGeoEl *Geo) |
Static Public Member Functions | |
static void | Function (const TPZVec< REAL > &x, REAL &fx) |
Type in Function method (.cpp arquive) the function to be integrated. More... | |
TPZMathTools::TPZMathTools | ( | ) |
Definition at line 11 of file tpzmathtools.cpp.
TPZMathTools::~TPZMathTools | ( | ) |
Definition at line 16 of file tpzmathtools.cpp.
|
static |
Type in Function method (.cpp arquive) the function to be integrated.
Definition at line 373 of file tpzmathtools.cpp.
REAL TPZMathTools::IntegrateFunction | ( | void(func)(const TPZVec< REAL > &coord, REAL &result) | , |
TPZGeoEl * | Geo | ||
) |
Definition at line 383 of file tpzmathtools.cpp.
References TPZGeoEl::CreateSideIntegrationRule(), TPZGeoEl::Dimension(), fabs, TPZIntPoints::GetMaxOrder(), TPZGeoEl::Jacobian(), TPZIntPoints::NPoints(), TPZGeoEl::NSides(), TPZIntPoints::Point(), TPZIntPoints::SetOrder(), and TPZGeoEl::X().
Avaliate the Jacobian by Obtained Convergence Order
Definition at line 21 of file tpzmathtools.cpp.
References TPZGeoEl::Dimension(), error(), TPZFMatrix< TVar >::GetVal(), TPZGeoEl::Jacobian(), log, sqrt, and TPZGeoEl::X().
void TPZMathTools::JacobianConv | ( | TPZGeoElSide & | Object, |
TPZVec< REAL > | StartPoint | ||
) |
Avaliate the Jacobian by Obtained Convergence Order
Definition at line 232 of file tpzmathtools.cpp.
References TPZGeoElSide::Dimension(), error(), TPZFMatrix< TVar >::GetVal(), TPZGeoElSide::Jacobian(), log, sqrt, and TPZGeoElSide::X().
void TPZMathTools::JacobianConv | ( | TPZFMatrix< REAL > & | jacobian, |
TPZVec< REAL > | StartPoint | ||
) |