VM2D 1.14
Vortex methods for 2D flows simulation
Loading...
Searching...
No Matches
VM2D::NumericalSchemes Struct Reference

Структура, задающая используемые численные схемы 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
 Метод аппроксимации граничных условий
 

Detailed Description

Структура, задающая используемые численные схемы

Author
Марчевский Илья Константинович
Сокол Ксения Сергеевна
Рятина Евгения Павловна
Колганова Александра Олеговна \Version 1.14
Date
6 марта 2026 г.

Definition at line 171 of file Passport2D.h.

Member Data Documentation

◆ boundaryCondition

std::pair<std::string, int> VM2D::NumericalSchemes::boundaryCondition

Метод аппроксимации граничных условий

Definition at line 189 of file Passport2D.h.

◆ gmresEps

double VM2D::NumericalSchemes::gmresEps

Definition at line 175 of file Passport2D.h.

◆ gmresMultipoleOrder

int VM2D::NumericalSchemes::gmresMultipoleOrder

Definition at line 177 of file Passport2D.h.

◆ gmresTheta

double VM2D::NumericalSchemes::gmresTheta

Definition at line 176 of file Passport2D.h.

◆ linearSystemSolver

std::pair<std::string, int> VM2D::NumericalSchemes::linearSystemSolver

Definition at line 174 of file Passport2D.h.

◆ nbodyMultipoleOrder

int VM2D::NumericalSchemes::nbodyMultipoleOrder

Definition at line 182 of file Passport2D.h.

◆ nbodyTheta

double VM2D::NumericalSchemes::nbodyTheta

Definition at line 181 of file Passport2D.h.

◆ velocityComputation

std::pair<std::string, int> VM2D::NumericalSchemes::velocityComputation

Definition at line 180 of file Passport2D.h.


The documentation for this struct was generated from the following file: