LifeV
|
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) |
VectorType LifeV::GradientRecovery::ZZGradient | ( | std::shared_ptr< FESpaceType > | fespace, |
const VectorType & | inputData, | ||
const UInt & | dxi | ||
) |
Gradient recovery procedure from Zienkiewicz and Zhu.
fespace | The finite element space describing the data |
inputData | The vector of data (pass it as repeated if possible) |
dxi | The component to be recovered |
Definition at line 62 of file GradientRecovery.hpp.
VectorType LifeV::GradientRecovery::ZZLaplacian | ( | std::shared_ptr< FESpaceType > | fespace, |
const VectorType & | inputData | ||
) |
Laplacian recovery following Zienkiewicz and Zhu.
fespace | The finite element space describing the data |
inputData | The vector of data (pass it as repeated if possible) |
Definition at line 177 of file GradientRecovery.hpp.