Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

SmoluchowskiSolver::RightSide Class Reference

#include <solver.hpp>

Inheritance diagram for SmoluchowskiSolver::RightSide:

Inheritance graph
[legend]
List of all members.

Detailed Description

Abstract class of rightside which can be used in smoluchowki problems TODO: remove this class.

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.


Member Function Documentation

virtual double SmoluchowskiSolver::RightSide::operator() unsigned  xi,
unsigned  ti
const [pure virtual]
 

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.


The documentation for this class was generated from the following file:
Generated on Sun May 25 01:58:13 2025 for SmoluchowskiSolver by Doxygen