#include <solver.hpp>
Inheritance diagram for RightSideSourceFunction:
Definition at line 325 of file solver.hpp.
Public Member Functions | |
RightSideSourceFunction (const SourceFunction &_v) | |
Initialize rightside by source function. | |
double | operator() (unsigned xi, unsigned ti) const |
Get value of rightside in point (xi * h, ti * tau) where h,tau is steps of grids on particles and time. |
|
Initialize rightside by source function.
Definition at line 191 of file solver.cpp. |
|
Get value of rightside in point (xi * h, ti * tau) where h,tau is steps of grids on particles and time.
Implements SmoluchowskiSolver::RightSide. Definition at line 195 of file solver.cpp. |