Skip to content
Snippets Groups Projects
Commit 7cf9a432 authored by Ludovic Noels's avatar Ludovic Noels
Browse files

revert number of time step

parent 9bb1e36d
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
...@@ -55,7 +55,7 @@ macrogeofile="squares.geo" ...@@ -55,7 +55,7 @@ macrogeofile="squares.geo"
# solver # solver
sol = 2 # Gmm=0 (default) Taucs=1 PETsc=2 sol = 2 # Gmm=0 (default) Taucs=1 PETsc=2
soltype =1 # StaticLinear=0 (default) StaticNonLinear=1 soltype =1 # StaticLinear=0 (default) StaticNonLinear=1
nstep = 50000 # number of step (used only if soltype=1) nstep = 50 # number of step (used only if soltype=1)
ftime =1. # Final time (used only if soltype=1) ftime =1. # Final time (used only if soltype=1)
tol=1.e-4 # relative tolerance for NR scheme (used only if soltype=1) tol=1.e-4 # relative tolerance for NR scheme (used only if soltype=1)
nstepArch=1 # Number of step between 2 archiving (used only if soltype=1) nstepArch=1 # Number of step between 2 archiving (used only if soltype=1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment