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

RightSideSourceFunction Class Reference

#include <solver.hpp>

Inheritance diagram for RightSideSourceFunction:

Inheritance graph
[legend]
Collaboration diagram for RightSideSourceFunction:

Collaboration graph
[legend]
List of all members.

Detailed Description

Class of rightside generated by source function which can be used in smoluchowki problems.

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.


Constructor & Destructor Documentation

RightSideSourceFunction::RightSideSourceFunction const SourceFunction _v  ) 
 

Initialize rightside by source function.

Definition at line 191 of file solver.cpp.


Member Function Documentation

double RightSideSourceFunction::operator() unsigned  xi,
unsigned  ti
const [virtual]
 

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.


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