9 #include "../spatial_distribution2d.hpp" Spatial distribution for initial conditions.
Power law spatial distribution.
double operator()(const Vector2D &point) const
Evaluates the function.
PowerLawDistribution(double A, double b, Vector2D const ¢er=Vector2D(0, 0))
Class constructor.