mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Add new constructor for MOAB Unstructured Mesh class, taking a pointer to an external MOAB instance as an argument
This commit is contained in:
parent
12bd847129
commit
b3b325d02f
4 changed files with 39 additions and 14 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue