Skip to content
Snippets Groups Projects
Unverified Commit e2730513 authored by Jayesh Badwaik's avatar Jayesh Badwaik
Browse files

- updated TODO

parent d69a126b
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,7 @@ int main(int argc, char** argv) ...@@ -32,6 +32,7 @@ int main(int argc, char** argv)
MPI_Comm_size(MPI_COMM_WORLD, &world_size); MPI_Comm_size(MPI_COMM_WORLD, &world_size);
std::size_t ncell = 10'000; std::size_t ncell = 10'000;
// TODO: Change nhalo to /2, /4, /8, /16
std::size_t nhalo = ncell / 2; std::size_t nhalo = ncell / 2;
double xl = -2.0; double xl = -2.0;
double xr = 2.0; double xr = 2.0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment