7 #define PROFILE_1D_HPP 1 9 #include "../one_dimensional/spatial_distribution1d.hpp" 10 #include "../two_dimensional/spatial_distribution2d.hpp" 11 #include "../../tessellation/tessellation.hpp" 32 #endif // PROFILE_1D_HPP Profile1D(SpatialDistribution1D const &prof_1d)
Class constructor.
A wrapper that converts a 1d spatial profile to 2d.
Spatial distribution for initial conditions.
Base class for initial conditions.
double operator()(const Vector2D &r) const
Evaluates the function.