Skip to content
Snippets Groups Projects
Commit 47d4a36c authored by Soeren Peters's avatar Soeren Peters
Browse files

Revert changes.

parent 3a32b5ca
No related branches found
No related tags found
1 merge request!178bugfix when creating sourcegroups for visual studio
......@@ -79,7 +79,7 @@ int main()
//////////////////////////////////////////////////////////////////////////
// Simulation parameters
//////////////////////////////////////////////////////////////////////////
std::string path("./output/DrivenCavity_uniform");
std::string path("./output/DrivenCavity");
std::string simulationName("LidDrivenCavity");
const real L = 1.0;
......@@ -116,7 +116,7 @@ int main()
gridBuilder->addCoarseGrid(-0.5 * L, -0.5 * L, -0.5 * L, 0.5 * L, 0.5 * L, 0.5 * L, dx);
// gridBuilder->addGrid(new Cuboid(-0.25, -0.25, -0.25, 0.25, 0.25, 0.25), 1); // add fine grid
gridBuilder->addGrid(new Cuboid(-0.25, -0.25, -0.25, 0.25, 0.25, 0.25), 1); // add fine grid
GridScalingFactory scalingFactory = GridScalingFactory();
scalingFactory.setScalingFactory(GridScalingFactory::GridScaling::ScaleCompressible);
......
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