feat(meshIO): increased default mesh refinment level
This commit is contained in:
@@ -17,7 +17,7 @@ MeshIO::MeshIO(const std::string &mesh_file)
|
||||
}
|
||||
else
|
||||
{
|
||||
mesh_ = mfem::Mesh(mesh_stream, 1, 2);
|
||||
mesh_ = mfem::Mesh(mesh_stream, 1, 10);
|
||||
loaded_ = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user