coarse:
	python3 bench.py --BDF2 -res=0.015
	python3 bench.py --CN -res=0.015
	python3 visualize_benchmark.py --CN -res=0.015

fine:
	python3 bench.py --BDF2 -dt=0.0005 -res=0.01
	python3 bench.py --CN -res=0.01
	python3 visualize_benchmark.py --CN -res=0.01
