Skip to content
Snippets Groups Projects
Commit f01cf607 authored by Ludovic Noels's avatar Ludovic Noels
Browse files

use release

parent 4c8c8131
No related branches found
No related tags found
No related merge requests found
#coding-Utf-8-*-
from gmshpy import *
#from dG3Dpy import*
from dG3DpyDebug import*
from dG3Dpy import*
#from dG3DpyDebug import*
#script to launch beam problem with a python script
......
#coding-Utf-8-*-
from gmshpy import *
#from dG3Dpy import*
from dG3DpyDebug import*
from dG3Dpy import*
#from dG3DpyDebug import*
# CONFIG: GP level NR Solver Tollerance
......@@ -227,10 +227,10 @@ fctzy = piecewiseScalarFunction()
ttotal = ftime/nstep
ffx = 0.0174481263816847/nstep
ffz = 0.300288204913361/nstep
ffz = -0.300288204913361/nstep
for i in range(nstep+1):
ttotal = ttotal + i*ftime/nstep
ffz = ffz + i * 0.300288204913361/nstep
ffz = ffz - i * 0.300288204913361/nstep
fctxx.put(ttotal ,0.)
fctyy.put(ttotal ,0.)
fctzz.put(ttotal ,ffz)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment