get mesh from ngx-mesh

This commit is contained in:
Joachim Schöberl 2016-05-06 17:58:45 +02:00
parent 055031ce0d
commit f07a7a95d0

View File

@ -259,6 +259,7 @@ namespace netgen
std::tuple<int,int*> GetDistantProcs (int nodetype, int locnum) const;
#endif
shared_ptr<Mesh> GetMesh () const { return mesh; }
shared_ptr<Mesh> SelectMesh () const;
};