#include <solver.hpp>
Inheritance diagram for SmoluchowskiSolver::RightSide:
Definition at line 242 of file solver.hpp.
Public Member Functions | |
virtual double | operator() (unsigned xi, unsigned ti) const =0 |
Get value of rightside in point (xi * h, ti * tau) where h,tau is steps of grids on particles and time. |
|
Get value of rightside in point (xi * h, ti * tau) where h,tau is steps of grids on particles and time.
Implemented in RightSideNoTime, RightSideGeneral, and RightSideSourceFunction. |