#include <solver.hpp>
Inheritance diagram for RightSideNoTime:
Definition at line 288 of file solver.hpp.
Public Member Functions | |
RightSideNoTime (unsigned _N, const double *_arr) | |
Initialize rightside without dependence of time by vector of particles dependence. | |
void | Set (unsigned _N, const double *_arr) |
Set new righside. | |
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 without dependence of time by vector of particles dependence.
Definition at line 150 of file solver.cpp. |
|
Set new righside.
Definition at line 154 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 160 of file solver.cpp. |