NeoPZ
Public Member Functions | List of all members
ConvTest Class Reference

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...
 

Detailed Description

Implements methods to evaluate jacobians by obtained convergence order to geometric element. Geometry.

Author
Paulo Cesar de Alvarenga Lucci
Since
2007

Definition at line 19 of file convtest.h.

Constructor & Destructor Documentation

◆ ConvTest()

ConvTest::ConvTest ( )

Default constructor.

Definition at line 7 of file convtest.cpp.

◆ ~ConvTest()

ConvTest::~ConvTest ( )

Default destructor.

Definition at line 12 of file convtest.cpp.

Member Function Documentation

◆ JacobianConv() [1/2]

void ConvTest::JacobianConv ( TPZGeoEl Object,
TPZVec< REAL >  StartPoint 
)

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().

◆ JacobianConv() [2/2]

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().


The documentation for this class was generated from the following files: