Spatial distribution for initial conditions. More...
#include <spatial_distribution2d.hpp>
Public Member Functions | |
virtual double | operator() (const Vector2D &point) const =0 |
Evaluates the function. More... | |
Spatial distribution for initial conditions.
Definition at line 12 of file spatial_distribution2d.hpp.
|
pure virtual |
Evaluates the function.
point | Position |
Implemented in RT_Pressure, SineSepar, Piecewise, Line2D, KeplerVelocity, Profile1D, Uniform2D, PowerLawDistribution, and RT_velocityY.