mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Polishing the mesh class
This commit is contained in:
parent
e11c7cb6d4
commit
a1bbdfb940
5 changed files with 90 additions and 206 deletions
|
|
@ -75,9 +75,7 @@ if (!settings::LMI && !libMesh::initialized())
|
|||
#else
|
||||
settings::LMI = std::make_unique<libMesh::LibMeshInit>(argc, argv, n_threads);
|
||||
#endif
|
||||
settings::libmesh_comm = &(settings::LMI->comm());
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
// Start total and initialization timer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue