response Ex7

This commit is contained in:
Gundolf Haase 2026-01-08 11:36:57 +01:00
commit be1b7eceb9
6 changed files with 526 additions and 513 deletions

View file

@ -33,7 +33,7 @@ int main(int argc, char **argv )
cout << "\n There are " << numprocs << " processes running.\n \n";
}
int const check_rank=0; // choose the MPI process you would like to check the mesh
int const check_rank=1; // choose the MPI process you would like to check the mesh
//if ( check_rank == myrank ) mesh.Debug();
//if ( check_rank == myrank ) mesh.DebugEdgeBased();
@ -71,6 +71,10 @@ int main(int argc, char **argv )
}
}
// GH
char sgh;
cin >> sgh;
// -------------------- E11 --------------------
int global_nodes = mesh.GlobalNodes();
@ -103,4 +107,4 @@ int main(int argc, char **argv )
MPI_Finalize();
return 0;
}
}

File diff suppressed because it is too large Load diff