PLaSK library
Loading...
Searching...
No Matches
basic.hpp File Reference

This file contains some basic meshes. More...

#include "mesh.hpp"
Include dependency graph for basic.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

This file contains some basic meshes.

See also
Meshes

Definition in file basic.hpp.