Closed
Description
I need to copy a mesh and numbering.
I did not find a convenient way of copying an apf numbering. Does anything exist? Or should I implement something and submit a pull request?
For the mesh I can use apf::createMdsMesh(model, mesh)
which works for my use case, however it seems like there should be a function apf::copyMesh
which either does the same, or copies all of the underlying fields as well.