ForestClaw / forestclaw

Quadtree/octree adaptive PDE solver based based on p4est.
http://www.forestclaw.org
BSD 2-Clause "Simplified" License
58 stars 22 forks source link

time stepping #83

Closed donnaaboise closed 6 years ago

donnaaboise commented 9 years ago

Originally reported by: Donna Calhoun (Bitbucket: donnaaboise, GitHub: donnaaboise)


Fix outstyle=3 time stepping. The code should print an output file every time step.


donnaaboise commented 9 years ago

Original comment by Donna Calhoun (Bitbucket: donnaaboise, GitHub: donnaaboise):


I also need to fix frame output : See, for example, slotted disk :

#!bash
[p4est 0] Patches on level  2:        96
Matlab output Frame 0  at time   0.00000000e+00

[fclaw] Level 2 step     1 : dt =    2.000e-02; maxcfl (step) =    2.560; Final time =       0.0200
Matlab output Frame 1  at time   0.00000000e+00
donnaaboise commented 6 years ago

Added advanced options outstyle-uses-maxlevel to decide what outstyle=3 and nout should refer to.