LifeV
GradientRecovery.hpp File Reference

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>
+ Include dependency graph for GradientRecovery.hpp:
+ This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

This file contains the definition of the methods for gradient recovery procedures.

Author
Samuel Quinodoz samue.nosp@m.l.qu.nosp@m.inodo.nosp@m.z@ep.nosp@m.fl.ch
Date
10 Jan 2012

Definition in file GradientRecovery.hpp.