Skip to content

Commit

Permalink
prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomusy committed Apr 5, 2022
1 parent ec467e4 commit cdc1d8c
Show file tree
Hide file tree
Showing 19 changed files with 17 additions and 632 deletions.
26 changes: 0 additions & 26 deletions docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,32 +100,6 @@
`moving_least_squares3D.py`


### Broken

shadow2.py
multi_viewer1.py


histo_hexagonal.py
latex.py

pygmsh_cut.py


histogram(vol)



mesh_modify.py on MACOSX
remove depthpeeling on mac and put in linux

strane unita di misura in welsh_ss

reinstall spyder
fix webpage
test examples
release




Expand Down
2 changes: 1 addition & 1 deletion examples/basic/colorcubes.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
tname = Text2D(cname, s=0.9)
cbs.append([tname, cb])
print("click on any cube and press i or I")
plt1= show(cbs, N=len(cbs), azimuth=.2, size='full',
plt1= show(cbs, N=len(cbs), azimuth=.2, size=(2100,1300),
title="matplotlib colors", interactive=0)
plt1.render() # because of immediateRendering=False

Expand Down
68 changes: 0 additions & 68 deletions examples/other/dolfin/curl2d.py

This file was deleted.

48 changes: 0 additions & 48 deletions examples/other/dolfin/demo_auto-adaptive-poisson.py

This file was deleted.

111 changes: 0 additions & 111 deletions examples/other/dolfin/demo_cahn-hilliard.py

This file was deleted.

6 changes: 2 additions & 4 deletions examples/other/dolfin/elastodynamics.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,13 +180,11 @@ def local_project(v, V, u=None):

################################################################### time loop
from vedo.dolfin import *
from vedo import Box, Latex
from vedo import Box

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

tex = Latex(r'\nabla \cdot \sigma+\rho b=\rho \ddot{u}', s=.2).pos(.4,.4,-.5)

pb = ProgressBar(0, len(np.diff(time)), c='blue')

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

plot(u, box, tex,
plot(u, box,
mode='displace',
style='matplotlib',
axes=0, # no axes
Expand Down
17 changes: 0 additions & 17 deletions examples/other/dolfin/ex01_show-mesh.py

This file was deleted.

Loading

0 comments on commit cdc1d8c

Please sign in to comment.