mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Relying on the libmesh communicator to create new mesh instances.
This commit is contained in:
parent
0abf803bb7
commit
fd00bd94b2
3 changed files with 7 additions and 3 deletions
|
|
@ -55,6 +55,7 @@ extern std::vector<std::unique_ptr<Mesh>> meshes;
|
|||
namespace settings {
|
||||
// used when creating new libMesh::Mesh instances
|
||||
extern std::unique_ptr<libMesh::LibMeshInit> libmesh_init;
|
||||
extern const libMesh::Parallel::Communicator* libmesh_comm;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue