Add new constructor for MOAB Unstructured Mesh class, taking a pointer to an external MOAB instance as an argument

This commit is contained in:
helen-brooks 2021-06-04 18:06:07 +01:00
parent 12bd847129
commit b3b325d02f
4 changed files with 39 additions and 14 deletions

View file

@ -366,6 +366,7 @@ public:
MOABMesh() = default;
MOABMesh(pugi::xml_node);
MOABMesh(const std::string& filename);
MOABMesh(std::shared_ptr<moab::Interface> external_mbi);
// Overridden Methods