7 #define PIECEWISE_HPP 1 9 #include "../two_dimensional/spatial_distribution2d.hpp" 10 #include "../../tessellation/shape_2d.hpp" 36 #endif // PIECEWISE_HPP double operator()(const Vector2D &point) const
Evaluates the function.
Piecewise(const Shape2D &shape, const SpatialDistribution &inside, const SpatialDistribution &outside)
Class constructor.
Spatial distribution for initial conditions.
Abstract type for a two dimensional shape.
A piecewise distribution function.