33 #ifndef UEXACTFUNCTOR_H 34 #define UEXACTFUNCTOR_H 1
36 #include <lifev/core/LifeV.hpp> 37 #include <lifev/navier_stokes/function/RossEthierSteinmanDec.hpp> 49 VectorSmall<3> uComponent;
50 uComponent[0] = RossEthierSteinmanUnsteadyDec::uexact( time, spaceCoordinates[0], spaceCoordinates[1], spaceCoordinates[2] , 0 ) ;
51 uComponent[1] = RossEthierSteinmanUnsteadyDec::uexact( time, spaceCoordinates[0], spaceCoordinates[1], spaceCoordinates[2] , 1 ) ;
52 uComponent[2] = RossEthierSteinmanUnsteadyDec::uexact( time, spaceCoordinates[0], spaceCoordinates[1], spaceCoordinates[2] , 2 ) ;
uExactFunctor(const uExactFunctor &)
void updateInverseJacobian(const UInt &iQuadPt)
VectorSmall< 3 > return_Type
return_Type operator()(const Real time, const VectorSmall< 3 > spaceCoordinates)
double Real
Generic real data.