NeoPZ
|
Implements methods to evaluate jacobians by obtained convergence order to geometric element. Geometry. More...
#include <convtest.h>
Public Member Functions | |
ConvTest () | |
Default constructor. More... | |
~ConvTest () | |
Default destructor. More... | |
void | JacobianConv (TPZGeoEl &Object, TPZVec< REAL > QsiEta) |
Evaluates the Jacobian by obtained Convergence Order. More... | |
void | JacobianConv (TPZGeoElSide &Object, TPZVec< REAL > QsiEta) |
Evaluates the Jacobian by obtained Convergence Order to computational element and its side. More... | |
Implements methods to evaluate jacobians by obtained convergence order to geometric element. Geometry.
Definition at line 19 of file convtest.h.
ConvTest::ConvTest | ( | ) |
Default constructor.
Definition at line 7 of file convtest.cpp.
ConvTest::~ConvTest | ( | ) |
Default destructor.
Definition at line 12 of file convtest.cpp.
Evaluates the Jacobian by obtained Convergence Order.
Avaliate the Jacobian by Obtained Convergence Order
Definition at line 19 of file convtest.cpp.
References TPZGeoEl::Dimension(), error(), TPZFMatrix< TVar >::GetVal(), TPZGeoEl::Jacobian(), log, sqrt, and TPZGeoEl::X().
void ConvTest::JacobianConv | ( | TPZGeoElSide & | Object, |
TPZVec< REAL > | StartPoint | ||
) |
Evaluates the Jacobian by obtained Convergence Order to computational element and its side.
Avaliate the Jacobian by Obtained Convergence Order
Definition at line 228 of file convtest.cpp.
References TPZGeoElSide::Dimension(), error(), TPZFMatrix< TVar >::GetVal(), TPZGeoElSide::Jacobian(), log, sqrt, and TPZGeoElSide::X().