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

Add hasGeometryValues to geo bc again

parent 7b09970c
No related branches found
No related tags found
1 merge request!112Synchronize OpenSource GridGenerator and Develop
......@@ -113,6 +113,8 @@ void LevelGridBuilder::setVelocityBoundaryCondition(SideType sideType, real vx,
void LevelGridBuilder::setVelocityGeometryBoundaryCondition(real vx, real vy, real vz)
{
geometryHasValues = true;
for (uint level = 0; level < getNumberOfGridLevels(); level++)
{
if (boundaryConditions[level]->geometryBoundaryCondition != nullptr)
......
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