#include <solver.hpp>
Inheritance diagram for RightSideGeneral:


Definition at line 306 of file solver.hpp.
Public Member Functions | |
| RightSideGeneral (unsigned _N, unsigned _M, const double *_arr) | |
| Initialize general rightside. | |
| void | Set (unsigned _N, unsigned _M, 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 general rightside.
Definition at line 170 of file solver.cpp. |
|
||||||||||||||||
|
Set new righside.
Definition at line 174 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 181 of file solver.cpp. |