Python-визуализация сетки

This commit is contained in:
2025-05-15 18:00:18 +03:00
parent 9325bbc747
commit 2933868ef9
6 changed files with 52 additions and 0 deletions

View File

@@ -73,6 +73,10 @@ int main()
System implicit5(obj, step_5, CONDUCTIVITY);
System implicit10(obj, step_10, CONDUCTIVITY);
/* Экспорт сеток */
explicit5.export_mesh("mesh5.txt");
explicit10.export_mesh("mesh10.txt");
explicit5.DefineBounds(left, top, right, bottom);
explicit10.DefineBounds(left, top, right, bottom);