![]() |
VM2D 1.14
Vortex methods for 2D flows simulation
|
Структура, задающая используемые численные схемы More...
#include <Passport2D.h>
Public Attributes | |
| std::pair< std::string, int > | linearSystemSolver |
| double | gmresEps |
| double | gmresTheta |
| int | gmresMultipoleOrder |
| std::pair< std::string, int > | velocityComputation |
| double | nbodyTheta |
| int | nbodyMultipoleOrder |
| std::pair< std::string, int > | boundaryCondition |
| Метод аппроксимации граничных условий | |
Структура, задающая используемые численные схемы
Definition at line 171 of file Passport2D.h.
| std::pair<std::string, int> VM2D::NumericalSchemes::boundaryCondition |
Метод аппроксимации граничных условий
Definition at line 189 of file Passport2D.h.
| double VM2D::NumericalSchemes::gmresEps |
Definition at line 175 of file Passport2D.h.
| int VM2D::NumericalSchemes::gmresMultipoleOrder |
Definition at line 177 of file Passport2D.h.
| double VM2D::NumericalSchemes::gmresTheta |
Definition at line 176 of file Passport2D.h.
| std::pair<std::string, int> VM2D::NumericalSchemes::linearSystemSolver |
Definition at line 174 of file Passport2D.h.
| int VM2D::NumericalSchemes::nbodyMultipoleOrder |
Definition at line 182 of file Passport2D.h.
| double VM2D::NumericalSchemes::nbodyTheta |
Definition at line 181 of file Passport2D.h.
| std::pair<std::string, int> VM2D::NumericalSchemes::velocityComputation |
Definition at line 180 of file Passport2D.h.