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