|
TrioCFD 1.9.9_beta
TrioCFD documentation
|
class SolveurSys A SolveurSys represents any class More...
#include <SolveurSys.h>
Public Member Functions | |
| int | resoudre_systeme (const Matrice_Base &matrice, const DoubleVect &secmem, DoubleVect &solution) |
| const Nom & | le_nom () const override |
| void | nommer (const Nom &nom) override |
class SolveurSys A SolveurSys represents any class
derived from the SolveurSys_base class
Definition at line 31 of file SolveurSys.h.
|
inlineoverride |
Definition at line 36 of file SolveurSys.h.
|
inlineoverride |
Definition at line 37 of file SolveurSys.h.
| int SolveurSys::resoudre_systeme | ( | const Matrice_Base & | matrice, |
| const DoubleVect & | secmem, | ||
| DoubleVect & | solution ) |
Definition at line 48 of file SolveurSys.cpp.