Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LMGC90
LMGC90_user
Commits
4fce502b
Commit
4fce502b
authored
Mar 07, 2016
by
mozul
Browse files
Merge commit '
0836c2fc
'
Merge examples
parents
be532f60
0836c2fc
Changes
51
Hide whitespace changes
Inline
Side-by-side
examples/mecaMAILx_3D/discreteFE/command.py
View file @
4fce502b
...
...
@@ -140,6 +140,7 @@ while TimeEvolution_GetTime() < t_final :
utilities_logMes
(
'COMPUTE DOF, FIELDS, etc.'
)
mecaMAILx_ComputeDof
()
mecaMAILx_ComputeField
()
### postpro ###
postpro_3D_PostproDuringComputation
()
...
...
examples/mecaMAILx_3D/mtl_poutre_H8/command.py
View file @
4fce502b
...
...
@@ -135,6 +135,7 @@ for k in xrange(1,nstep+1,1):
#
utilities_logMes
(
'COMPUTE DOF, FIELDS, etc.'
)
mecaMAILx_ComputeDof
()
mecaMAILx_ComputeField
()
#
utilities_logMes
(
'UPDATE DOF, FIELDS'
)
TimeEvolution_UpdateStep
()
...
...
examples/mecaMAILx_3D/mtl_poutre_H8/command_CG.py
View file @
4fce502b
...
...
@@ -137,6 +137,7 @@ for k in xrange(1,nstep+1,1):
#
utilities_logMes
(
'COMPUTE DOF, FIELDS, etc.'
)
mecaMAILx_ComputeDof
()
mecaMAILx_ComputeField
()
#
utilities_logMes
(
'UPDATE DOF, FIELDS'
)
TimeEvolution_UpdateStep
()
...
...
examples/mecaMAILx_3D/mtl_poutre_H8_gd/command.py
View file @
4fce502b
...
...
@@ -151,6 +151,8 @@ while TimeEvolution_GetTime() < t_final :
kk
+=
1
mecaMAILx_ComputeField
()
#utilities_logMes('UPDATE DOF')
TimeEvolution_UpdateStep
()
mecaMAILx_UpdateDof
()
...
...
examples/mecaMAILx_3D/tet4_tet4/command.py
View file @
4fce502b
...
...
@@ -172,6 +172,7 @@ for k in xrange(1,nstep+1,1):
#
utilities_logMes
(
'COMPUTE DOF, FIELDS, etc.'
)
mecaMAILx_ComputeDof
()
mecaMAILx_ComputeField
()
#
utilities_logMes
(
'UPDATE DOF, FIELDS'
)
TimeEvolution_UpdateStep
()
...
...
examples/mecaMAILx_RIGID_2D/4cubes/command.py
View file @
4fce502b
...
...
@@ -189,6 +189,7 @@ for k in xrange(1,nb_steps+1,1):
#
utilities_logMes
(
'COMPUTE DOF, FIELDS, etc.'
)
mecaMAILx_ComputeDof
()
mecaMAILx_ComputeField
()
RBDY2_ComputeDof
()
#
utilities_logMes
(
'UPDATE DOF, FIELDS'
)
...
...
examples/mecaMAILx_RIGID_2D/gard2D/command.py
View file @
4fce502b
...
...
@@ -185,6 +185,7 @@ for k in xrange(1,nb_steps+1,1):
#
utilities_logMes
(
'COMPUTE DOF, FIELDS, etc.'
)
mecaMAILx_ComputeDof
()
mecaMAILx_ComputeField
()
RBDY2_ComputeDof
()
#
utilities_logMes
(
'UPDATE DOF, FIELDS'
)
...
...
examples/mecaMAILx_RIGID_2D/mur_gd/command.py
View file @
4fce502b
...
...
@@ -189,6 +189,8 @@ while TimeEvolution_GetTime() < t_final :
istate
=
NewtonRaphson_ComputeTimeStep
()
if
not
istate
==
1
:
mecaMAILx_ComputeField
()
#utilities_logMes('UPDATE TACT BEHAV')
nlgs_UpdateTactBehav
()
CLALp_StockRloc
()
...
...
examples/mecaMAILx_RIGID_3D/cube_cylindreR/command.py
View file @
4fce502b
...
...
@@ -188,6 +188,7 @@ for k in xrange(1,nstep+1,1):
#
utilities_logMes
(
'COMPUTE DOF, FIELDS, etc.'
)
mecaMAILx_ComputeDof
()
mecaMAILx_ComputeField
()
RBDY3_ComputeDof
()
#
utilities_logMes
(
'UPDATE DOF, FIELDS'
)
...
...
examples/mecaMAILx_RIGID_3D/poutre_cubeR/command.py
View file @
4fce502b
...
...
@@ -187,6 +187,7 @@ for k in xrange(1,nstep+1,1):
#
utilities_logMes
(
'COMPUTE DOF, FIELDS, etc.'
)
mecaMAILx_ComputeDof
()
mecaMAILx_ComputeField
()
RBDY3_ComputeDof
()
#
utilities_logMes
(
'UPDATE DOF, FIELDS'
)
...
...
examples/mecaMAILx_RIGID_3D/poutre_cubesR/command.py
View file @
4fce502b
...
...
@@ -187,6 +187,7 @@ for k in xrange(1,nstep+1,1):
#
utilities_logMes
(
'COMPUTE DOF, FIELDS, etc.'
)
mecaMAILx_ComputeDof
()
mecaMAILx_ComputeField
()
RBDY3_ComputeDof
()
#
utilities_logMes
(
'UPDATE DOF, FIELDS'
)
...
...
Prev
1
2
3
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment