mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-13 14:40:35 +05:00
pickle curving of mesh
This commit is contained in:
parent
cd25788ec2
commit
a3d7be7e79
@ -1330,7 +1330,8 @@ namespace netgen
|
|||||||
string str;
|
string str;
|
||||||
archive & str;
|
archive & str;
|
||||||
istringstream ist(str);
|
istringstream ist(str);
|
||||||
geometry = geometryregister.LoadFromMeshFile (ist);
|
geometry = geometryregister.LoadFromMeshFile (ist);
|
||||||
|
archive << curvedelems->GetOrder();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (archive.Input())
|
if (archive.Input())
|
||||||
@ -1343,6 +1344,9 @@ namespace netgen
|
|||||||
topology.Update();
|
topology.Update();
|
||||||
clusters -> Update();
|
clusters -> Update();
|
||||||
}
|
}
|
||||||
|
int order;
|
||||||
|
archive << order;
|
||||||
|
BuildCurvedElements(order);
|
||||||
SetNextMajorTimeStamp();
|
SetNextMajorTimeStamp();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user