|
Bridge++
Ver. 1.1.x
|
Base class of sources for a linear solver. More...
#include <source.h>
Public Member Functions | |
| Source () | |
| virtual | ~Source () |
| virtual void | set_parameters (const Parameters &)=0 |
| void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) |
| virtual void | set (Field &, int)=0 |
Protected Attributes | |
| Bridge::VerboseLevel | m_vl |
Base class of sources for a linear solver.
(Coding history will be recovered from trac.) Parameters_Source_All is implemented for source_selector. [2 Feb 2013 Y.Namekawa]
|
pure virtual |
Implemented in Source_Exponential, Source_Local, and Source_Wall.
|
inline |
|
pure virtual |
Implemented in Source_Exponential, Source_Local, and Source_Wall.
|
protected |