LifeV
|
This file contains the definition of the methods for gradient recovery procedures. More...
#include <lifev/core/LifeV.hpp>
#include <lifev/core/fem/CurrentFE.hpp>
#include <lifev/core/fem/QuadratureRule.hpp>
#include <lifev/core/fem/ReferenceElement.hpp>
#include <boost/shared_ptr.hpp>
Go to the source code of this file.
Namespaces | |
LifeV | |
Default Physical Solver. | |
LifeV::GradientRecovery | |
Functions | |
template<typename FESpaceType , typename VectorType > | |
VectorType | ZZGradient (std::shared_ptr< FESpaceType > fespace, const VectorType &inputData, const UInt &dxi) |
template<typename FESpaceType , typename VectorType > | |
VectorType | ZZLaplacian (std::shared_ptr< FESpaceType > fespace, const VectorType &inputData) |
This file contains the definition of the methods for gradient recovery procedures.
Definition in file GradientRecovery.hpp.