Skip to content
Snippets Groups Projects
Commit 3d6da6e1 authored by Anna Wellmann's avatar Anna Wellmann
Browse files

Fix dx

parent 7da5ad73
No related branches found
No related tags found
1 merge request!104Add Communication Hiding to GPU version
......@@ -131,7 +131,7 @@ void multipleLevel(const std::string& configPath)
std::string bivalveType = "OYSTER"; // "MUSSEL" "OYSTER"
std::string gridPath(gridPathParent + bivalveType); // only for GridGenerator, for GridReader the gridPath needs to be set in the config file
real dxGrid = (real)0.1; // 0.1
real dxGrid = (real)1.0; // 1.0
if (para->getNumprocs() == 4)
dxGrid =0.66666667;
else if (para->getNumprocs() == 8)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment