Skip to content

Commit cdc1d8c

Browse files
committed
prerelease
1 parent ec467e4 commit cdc1d8c

19 files changed

+17
-632
lines changed

docs/changes.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -100,32 +100,6 @@
100100
`moving_least_squares3D.py`
101101

102102

103-
### Broken
104-
105-
shadow2.py
106-
multi_viewer1.py
107-
108-
109-
histo_hexagonal.py
110-
latex.py
111-
112-
pygmsh_cut.py
113-
114-
115-
histogram(vol)
116-
117-
118-
119-
mesh_modify.py on MACOSX
120-
remove depthpeeling on mac and put in linux
121-
122-
strane unita di misura in welsh_ss
123-
124-
reinstall spyder
125-
fix webpage
126-
test examples
127-
release
128-
129103

130104

131105

examples/basic/colorcubes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
tname = Text2D(cname, s=0.9)
1717
cbs.append([tname, cb])
1818
print("click on any cube and press i or I")
19-
plt1= show(cbs, N=len(cbs), azimuth=.2, size='full',
19+
plt1= show(cbs, N=len(cbs), azimuth=.2, size=(2100,1300),
2020
title="matplotlib colors", interactive=0)
2121
plt1.render() # because of immediateRendering=False
2222

examples/other/dolfin/curl2d.py

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

examples/other/dolfin/demo_auto-adaptive-poisson.py

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

examples/other/dolfin/demo_cahn-hilliard.py

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

examples/other/dolfin/elastodynamics.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,13 +180,11 @@ def local_project(v, V, u=None):
180180

181181
################################################################### time loop
182182
from vedo.dolfin import *
183-
from vedo import Box, Latex
183+
from vedo import Box
184184

185185
# add a frame box
186186
box = Box(length=1, width=1, height=1).pos(0.5,0,0).wireframe()
187187

188-
tex = Latex(r'\nabla \cdot \sigma+\rho b=\rho \ddot{u}', s=.2).pos(.4,.4,-.5)
189-
190188
pb = ProgressBar(0, len(np.diff(time)), c='blue')
191189

192190
for (i, dt) in enumerate(np.diff(time)):
@@ -221,7 +219,7 @@ def local_project(v, V, u=None):
221219
E_tot = E_elas+E_kin+E_damp #-E_ext
222220
energies[i+1, :] = np.array([E_elas, E_kin, E_damp, E_tot])
223221

224-
plot(u, box, tex,
222+
plot(u, box,
225223
mode='displace',
226224
style='matplotlib',
227225
axes=0, # no axes

examples/other/dolfin/ex01_show-mesh.py

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

0 commit comments

Comments
 (0)