VM2D 1.14
Vortex methods for 2D flows simulation
Loading...
Searching...
No Matches
VM2D.cpp File Reference

Основной файл программы VM2D. More...

#include "Queue.h"
Include dependency graph for VM2D.cpp:

Go to the source code of this file.

Functions

void Initializers ()
 
int main (int argc, char **argv)
 

Detailed Description

Основной файл программы VM2D.

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

Definition in file VM2D.cpp.

Function Documentation

◆ Initializers()

void Initializers ( )

Definition at line 55 of file VM2D.cpp.

56{
57}
Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 60 of file VM2D.cpp.

61{
63 Queue queue(argc, argv);
64 queue.LoadTasksList("problems", "mechanics", "defaults", "switchers");
65
66 do
67 {
68 queue.TaskSplit();
69 queue.RunConveyer();
70 queue.TaskUpdate();
71 }
72 while (queue.nextKvant);
73}
void Initializers()
Definition VM2D.cpp:55
Класс, опеделяющий список решаемых задач и очередь их прохождения
Definition Queue.h:76
Here is the call graph for this function: