aboutsummaryrefslogtreecommitdiff
path: root/ldc_3d.py
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-06-22 19:59:36 +0200
committerAdrian Kummerlaender2019-06-22 19:59:36 +0200
commite096aca2a38141ff0f3e78f3ebadd7a58760f7a6 (patch)
treef503e577d8bfd2df0ad832d2140b8bb41472e970 /ldc_3d.py
parent4df2d7678755c652f7af3d579a812dfc091a00e6 (diff)
downloadsymlbm_playground-e096aca2a38141ff0f3e78f3ebadd7a58760f7a6.tar
symlbm_playground-e096aca2a38141ff0f3e78f3ebadd7a58760f7a6.tar.gz
symlbm_playground-e096aca2a38141ff0f3e78f3ebadd7a58760f7a6.tar.bz2
symlbm_playground-e096aca2a38141ff0f3e78f3ebadd7a58760f7a6.tar.lz
symlbm_playground-e096aca2a38141ff0f3e78f3ebadd7a58760f7a6.tar.xz
symlbm_playground-e096aca2a38141ff0f3e78f3ebadd7a58760f7a6.tar.zst
symlbm_playground-e096aca2a38141ff0f3e78f3ebadd7a58760f7a6.zip
Add interactive 2D LDC notebook, fix material initialization
Diffstat (limited to 'ldc_3d.py')
-rw-r--r--ldc_3d.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldc_3d.py b/ldc_3d.py
index e059b31..34b5136 100644
--- a/ldc_3d.py
+++ b/ldc_3d.py
@@ -2,8 +2,8 @@ import numpy
import time
import matplotlib
-import matplotlib.pyplot as plt
matplotlib.use('AGG')
+import matplotlib.pyplot as plt
from simulation import Lattice, Geometry
from symbolic.generator import LBM