dune-fem 2.8.0
|
This is the complete list of members for Dune::Fem::VtxProjectionImpl, including all inherited members.
makeConforming(DiscreteFunction &u) | Dune::Fem::VtxProjectionImpl | inlinestatic |
project(const Function &f, DiscreteFunction &u, Weight &weight) -> std::enable_if_t< std::is_void< decltype(interpolate(f, u, weight, u)) >::value > | Dune::Fem::VtxProjectionImpl | inlinestatic |
project(const Function &f, DiscreteFunction &u) -> std::enable_if_t< std::is_void< decltype(project(f, u, std::declval< WeightDefault< typename DiscreteFunction::GridPartType > & >())) >::value > | Dune::Fem::VtxProjectionImpl | inlinestatic |