Python-визуализация сетки
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user