Skip to content
Snippets Groups Projects
Commit bf343ff8 authored by Jean-Baptiste Keck's avatar Jean-Baptiste Keck
Browse files

added verbose flasg

parent d6ffaecb
No related branches found
No related tags found
No related merge requests found
import hysop
from hysop import IO, IOParams, Field, Box, \ from hysop import IO, IOParams, Field, Box, \
Simulation, Problem Simulation, Problem
from hysop.deps import np from hysop.deps import np
...@@ -12,6 +13,8 @@ from hysop.methods import StrangOrder, Remesh, TimeIntegrator, \ ...@@ -12,6 +13,8 @@ from hysop.methods import StrangOrder, Remesh, TimeIntegrator, \
from hysop.numerics.splitting.strang import StrangSplitting from hysop.numerics.splitting.strang import StrangSplitting
from hysop.numerics.odesolvers.runge_kutta import Euler, RK2, RK3, RK4 from hysop.numerics.odesolvers.runge_kutta import Euler, RK2, RK3, RK4
hysop.__VERBOSE__ = True
IO.set_default_path('/tmp/scalar_advection') IO.set_default_path('/tmp/scalar_advection')
pi = np.pi pi = np.pi
......
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