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

This file contains rectilinear mesh for 1d space. More...

#include <vector>
#include <algorithm>
#include <initializer_list>
#include "mesh.hpp"
#include "../vec.hpp"
#include "../log/log.hpp"
#include "../utils/iterators.hpp"
#include "../utils/interpolation.hpp"
#include "axis1d.hpp"
Include dependency graph for ordered1d.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  plask::OrderedAxis
 Rectilinear mesh in 1D space. More...
 
struct  plask::OrderedAxis::WarningOff
 

Namespaces

namespace  plask
 Patterson quadrature for complex function along specified line.
 

Typedefs

typedef OrderedAxis plask::OrderedMesh1D
 

Functions

shared_ptr< OrderedMesh1Dplask::readRectilinearMeshAxis (XMLReader &reader)
 

Detailed Description

This file contains rectilinear mesh for 1d space.

Definition in file ordered1d.hpp.