16 #ifndef __H2D_OGPROJECTION_H
17 #define __H2D_OGPROJECTION_H
19 #include "../function/solution.h"
21 #include "../weakform/weakform.h"
28 template<
typename Scalar>
73 Scalar* target_vec,
NormType proj_norm = HERMES_UNSET_NORM);
76 Hermes::Algebra::Vector<Scalar>* target_vec,
NormType proj_norm = HERMES_UNSET_NORM);
81 NormType proj_norm = HERMES_UNSET_NORM);
85 Scalar* target_vec, std::vector<NormType> proj_norms = std::vector<NormType>());
88 Hermes::Algebra::Vector<Scalar>* target_vec, std::vector<NormType> proj_norms = std::vector<NormType>());
92 std::vector<NormType> proj_norms = std::vector<NormType>(),
bool delete_old_mesh =
false);
Class for (global) orthogonal projecting. If the projection is not necessary (if a solution belongs t...
Used to pass the instances of Space around.