PLaSK library
|
Go to the source code of this file.
Namespaces | |
namespace | plask |
Patterson quadrature for complex function along specified line. | |
Functions | |
shared_ptr< OrderedAxis > | plask::makeGeometryGrid1D (const shared_ptr< GeometryObjectD< 2 > > &geometry, double split=0.) |
Generate grid along edges of bounding boxes of all geometry elements. | |
shared_ptr< RectangularMesh< 2 > > | plask::makeGeometryGrid (const shared_ptr< GeometryObjectD< 2 > > &geometry, double split=0.) |
Generate grid along edges of bounding boxes of all geometry elements. | |
shared_ptr< RectangularMesh< 3 > > | plask::makeGeometryGrid (const shared_ptr< GeometryObjectD< 3 > > &geometry, double split=0.) |
Generate grid along edges of bounding boxes of all geometry elements. | |
shared_ptr< OrderedAxis > | plask::refineAxis (const shared_ptr< MeshAxis > &axis, double spacing) |
Divide existing axis into finer mesh with points approximately spaced by spacing . | |
template<int dim> | |
shared_ptr< MeshGenerator > | plask::readRectangularDivideGenerator (XMLReader &reader, Manager &manager) |
template<int dim> | |
shared_ptr< MeshGenerator > | plask::readRectangularSmoothGenerator (XMLReader &reader, Manager &manager) |