#include "mesh.hpp"
#include "interpolation.hpp"
#include <memory>
Go to the source code of this file.
|
namespace | plask |
| Patterson quadrature for complex function along specified line.
|
|
|
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.
|
|