![]() |
Dune-Fufem 2.11-git
|
Loading...
Searching...
No Matches
p0p1interpolation.hh File Reference
#include <vector>#include <dune/geometry/referenceelements.hh>#include <dune/fufem/boundarypatch.hh>Go to the source code of this file.
Functions | |
| template<class GridView , class Vector > | |
| Vector | interpolateP0ToP1 (BoundaryPatch< GridView > const &patch, Vector const &p0Data) |
| Clement-type operator that interpolates P0-data of grid elements to P1-data of vertices that belong to a BoundaryPatch. | |
| template<class GridView , class Vector > | |
| Vector | interpolateP0ToP1 (GridView const &gridView, Vector const &p0Data) |
| Clement-type operator that interpolates P0-element data to P1-data. | |
Function Documentation
◆ interpolateP0ToP1() [1/2]
template<class GridView , class Vector >
| Vector interpolateP0ToP1 | ( | BoundaryPatch< GridView > const & | patch, |
| Vector const & | p0Data | ||
| ) |
Clement-type operator that interpolates P0-data of grid elements to P1-data of vertices that belong to a BoundaryPatch.
◆ interpolateP0ToP1() [2/2]
template<class GridView , class Vector >
| Vector interpolateP0ToP1 | ( | GridView const & | gridView, |
| Vector const & | p0Data | ||
| ) |
Clement-type operator that interpolates P0-element data to P1-data.
