Public Member Functions | List of all members
SpatialDistribution Class Referenceabstract

Spatial distribution for initial conditions. More...

#include <spatial_distribution2d.hpp>

Inheritance diagram for SpatialDistribution:
Inheritance graph
[legend]

Public Member Functions

virtual double operator() (const Vector2D &point) const =0
 Evaluates the function. More...
 

Detailed Description

Spatial distribution for initial conditions.

Definition at line 12 of file spatial_distribution2d.hpp.

Member Function Documentation

◆ operator()()

virtual double SpatialDistribution::operator() ( const Vector2D point) const
pure virtual

Evaluates the function.

Parameters
pointPosition
Returns
The value of the function at the point

Implemented in RT_Pressure, SineSepar, Piecewise, Line2D, KeplerVelocity, Profile1D, Uniform2D, PowerLawDistribution, and RT_velocityY.


The documentation for this class was generated from the following files: