Skip to content

Commit 3647db4

Browse files
author
Michael Zingale
committed
refactor into a simulation class
1 parent 254bc70 commit 3647db4

8 files changed

Lines changed: 564 additions & 564 deletions

File tree

incompressible/__init__.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
The projections are done using multigrid
2020
"""
2121

22-
from initialize import *
23-
from preevolve import *
24-
from evolve import *
25-
from timestep import *
26-
from dovis import *
22+
from simulation import *
23+
2724

incompressible/dovis.py

Lines changed: 0 additions & 96 deletions
This file was deleted.

incompressible/evolve.py

Lines changed: 0 additions & 262 deletions
This file was deleted.

0 commit comments

Comments
 (0)