|
PLaSK library
|
This file contains some basic meshes. More...
#include "mesh.hpp"Go to the source code of this file.
Classes | |
| struct | plask::OnePointMesh< DIM > |
Mesh which represent set with only one point in space with size given as template parameter DIM. More... | |
| struct | plask::TranslatedMesh< DIM > |
| Mesh which translates another mesh by given vector. More... | |
Namespaces | |
| namespace | plask |
| Patterson quadrature for complex function along specified line. | |
Functions | |
| template<int DIM> | |
| shared_ptr< OnePointMesh< DIM > > | plask::toMesh (const plask::Vec< DIM, double > &point) |
Create one-point mesh that includes given point. | |
| template<int DIM> | |
| shared_ptr< TranslatedMesh< DIM > > | plask::translate (const shared_ptr< const MeshD< DIM > > &sourceMesh, const Vec< DIM, double > &translation) |