MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / DoArchive

Method DoArchive

comp/meshaccess.cpp:871–881  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

869 }
870
871 void MeshAccess :: DoArchive(Archive& ar)
872 {
873 auto mshptr = mesh.GetMesh();
874 ar.Shallow(mshptr);
875 if(ar.Input())
876 {
877 // Create the Ngx_Mesh interface
878 mesh = {mshptr};
879 UpdateBuffers();
880 }
881 }
882
883 void MeshAccess :: SelectMesh() const
884 {

Callers

nothing calls this directly

Calls 1

GetMeshMethod · 0.80

Tested by

no test coverage detected