|
Classes |
| class | CenteringTag< C > |
| struct | InterpolatorTraits< T, Dim, InterpolatorType > |
| struct | CacheData1< T, Dim > |
| struct | CacheDataCIC< T, Dim > |
| class | Interpolator |
Functions |
| template<class PT, unsigned Dim, class M> |
| NDIndex< Dim > | FindNGP (const M &mesh, const Vektor< PT, Dim > &ppos, CenteringTag< Cell >) |
| template<class PT, unsigned Dim, class M> |
| NDIndex< Dim > | FindNGP (const M &mesh, const Vektor< PT, Dim > &ppos, CenteringTag< Vert >) |
| template<class PT, unsigned Dim, class M> |
| void | FindPos (Vektor< PT, Dim > &pos, const M &mesh, const NDIndex< Dim > &indices, CenteringTag< Cell >) |
| template<class PT, unsigned Dim, class M> |
| void | FindPos (Vektor< PT, Dim > &pos, const M &mesh, const NDIndex< Dim > &indices, CenteringTag< Vert >) |
| template<class PT, unsigned Dim, class M> |
| void | FindDelta (Vektor< PT, Dim > &delta, const M &mesh, const NDIndex< Dim > &gp, CenteringTag< Cell >) |
| template<class PT, unsigned Dim, class M> |
| void | FindDelta (Vektor< PT, Dim > &delta, const M &mesh, const NDIndex< Dim > &gp, CenteringTag< Vert >) |
| template<class T, unsigned Dim> |
| ostream & | operator<< (ostream &o, const CacheData1< T, Dim > &c) |
| template<class T, unsigned Dim> |
| ostream & | operator<< (ostream &o, const CacheDataCIC< T, Dim > &c) |