8 #ifndef _LAPLACIANEXACT_HPP_ 9 #define _LAPLACIANEXACT_HPP_ 11 #include <lifev/core/LifeV.hpp> 25 Real x = spaceCoordinates[0];
26 Real y = spaceCoordinates[1];
27 Real z = spaceCoordinates[2];
29 return sin(
M_PI * x ) * sin(
M_PI * y ) * sin(
M_PI * z );
laplacianExact(const laplacianExact &)
void updateInverseJacobian(const UInt &iQuadPt)
double Real
Generic real data.
return_Type operator()(const VectorSmall< 3 > spaceCoordinates)