response Ex7
This commit is contained in:
parent
6c2d96ff4d
commit
be1b7eceb9
6 changed files with 526 additions and 513 deletions
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue