Skip to content
Snippets Groups Projects
Commit 016bd0be authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Fixing tnl-quickstart.

parent 49806bdd
No related branches found
No related tags found
No related merge requests found
......@@ -746,6 +746,7 @@ def generateRunScript( problemBaseName ):
file.write( "tnl-init --test-function sin-wave \\\n" )
file.write( " --output-file init.tnl\n" )
file.write( "./" + problemBaseName + " --time-discretisation explicit \\\n" )
file.write( " --boundary-conditions-constant 0 \\\n" )
file.write( " --discrete-solver merson \\\n" )
file.write( " --snapshot-period 0.01 \\\n" )
file.write( " --final-time 1.0\n" )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment