modifications for adding boundary condtions

This commit is contained in:
Hamidreza Norouzi
2024-04-04 12:33:09 -07:00
parent 818106a34a
commit 821dde9b1c
4 changed files with 10 additions and 4 deletions

View File

@ -42,7 +42,7 @@ int main(int argc, char** argv )
" date in time folders into vtk file format.");
wordVector times;
bool noGoem = false;
cmds.add_flag(
"--no-geometry",
@ -57,7 +57,7 @@ int main(int argc, char** argv )
cmds.addOption("-o,--out-folder",
outFolder,
"path to output folder of VTK",
"path");
"path");
bool separateSurfaces = false;
cmds.add_flag(