We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3961c74 + 64ea155 commit 67494baCopy full SHA for 67494ba
src/mesh/triangulation.cpp
@@ -522,10 +522,10 @@ void triangulation::from_json(pt::ptree &mesh)
522
#endif // USE_MPI
523
524
// determining ghost faces requires the dD_tree to be set up
525
- determine_process_ghost_faces_by_distance(100.);
+ // determine_process_ghost_faces_by_distance(100.);
526
527
// shrink the local mesh
528
- shrink_local_mesh_to_owned_and_distance_neighbours();
+ // shrink_local_mesh_to_owned_and_distance_neighbours();
529
530
std::vector<double> temp_slope(_num_faces);
531
0 commit comments