Polishing the mesh class

This commit is contained in:
Patrick Shriwise 2020-10-30 16:14:49 -05:00
parent e11c7cb6d4
commit a1bbdfb940
5 changed files with 90 additions and 206 deletions

View file

@ -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