PLaSK library
Loading...
Searching...
No Matches
axis1d.cpp File Reference
#include "axis1d.hpp"
#include "ordered1d.hpp"
#include "../utils/stl.hpp"
Include dependency graph for axis1d.cpp:

Go to the source code of this file.

Classes

class  plask::MidpointAxis
 

Namespaces

namespace  plask
 Patterson quadrature for complex function along specified line.
 

Functions

PLASK_API void plask::prepareNearestNeighborInterpolationForAxis (const MeshAxis &axis, const InterpolationFlags &flags, double &wrapped_point_coord, int axis_nr)
 TODO doc - this is code by M.
 
PLASK_API void plask::prepareInterpolationForAxis (const MeshAxis &axis, const InterpolationFlags &flags, double wrapped_point_coord, int axis_nr, std::size_t &index_lo, std::size_t &index_hi, double &lo, double &hi, bool &invert_lo, bool &invert_hi)
 TODO doc - this is code by M.