Изменение ГУ

This commit is contained in:
2025-05-14 20:25:34 +03:00
parent 2b58527857
commit 5d1f889a1b
4 changed files with 36 additions and 43 deletions

View File

@@ -36,12 +36,12 @@ int main()
3 - конвекция
4 - отсутствует
*/
int left = 1;
int top = 3;
int right = 1;
int bottom = 3;
int arc_bound = 4;
int hole_bound = 2;
int left = 3;
int top = 1;
int right = 3;
int bottom = 1;
int arc_bound = 3;
int hole_bound = 1;
double step_5 = 5;
double step_10 = 10;