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

Структура, определяющий необходимые массивы для рализации метода прогонки More...

#include <Gmres2D.h>

Collaboration diagram for VM2D::sweepVectors:

Public Member Functions

void resize (size_t n)
 

Public Attributes

std::vector< double > alpha
 
std::vector< double > beta
 
std::vector< double > gamma
 
std::vector< double > delta
 
std::vector< double > phi
 
std::vector< double > xi
 
std::vector< double > psi
 

Detailed Description

Структура, определяющий необходимые массивы для рализации метода прогонки

Author
Марчевский Илья Константинович
Сокол Ксения Сергеевна
Рятина Евгения Павловна
Колганова Александра Олеговна
Кобзарь Дарья Юрьевна

\Version 1.14

Date
6 марта 2026 г.

Definition at line 64 of file Gmres2D.h.

Member Function Documentation

◆ resize()

void VM2D::sweepVectors::resize ( size_t  n)
inline

Definition at line 74 of file Gmres2D.h.

75 {
76 alpha.resize(n);
77 beta.resize(n);
78 gamma.resize(n);
79 delta.resize(n);
80 phi.resize(n);
81 xi.resize(n);
82 psi.resize(n);
83 }
std::vector< double > phi
Definition Gmres2D.h:70
std::vector< double > beta
Definition Gmres2D.h:67
std::vector< double > psi
Definition Gmres2D.h:72
std::vector< double > delta
Definition Gmres2D.h:69
std::vector< double > alpha
Definition Gmres2D.h:66
std::vector< double > gamma
Definition Gmres2D.h:68
std::vector< double > xi
Definition Gmres2D.h:71

Member Data Documentation

◆ alpha

std::vector<double> VM2D::sweepVectors::alpha

Definition at line 66 of file Gmres2D.h.

◆ beta

std::vector<double> VM2D::sweepVectors::beta

Definition at line 67 of file Gmres2D.h.

◆ delta

std::vector<double> VM2D::sweepVectors::delta

Definition at line 69 of file Gmres2D.h.

◆ gamma

std::vector<double> VM2D::sweepVectors::gamma

Definition at line 68 of file Gmres2D.h.

◆ phi

std::vector<double> VM2D::sweepVectors::phi

Definition at line 70 of file Gmres2D.h.

◆ psi

std::vector<double> VM2D::sweepVectors::psi

Definition at line 72 of file Gmres2D.h.

◆ xi

std::vector<double> VM2D::sweepVectors::xi

Definition at line 71 of file Gmres2D.h.


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