Skip to content

Commit

Permalink
ops_vis: fix Eds docstring for anim_defo and anim_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sewkokot committed Dec 17, 2020
1 parent 8cb23a3 commit 1fe4477
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions openseespy-pip/openseespy/postprocessing/ops_vis.py
Original file line number Diff line number Diff line change
Expand Up @@ -1853,12 +1853,6 @@ def anim_mode(modeNo, sfac=False, nep=17, unDefoFlag=1, fmt_undefo=fmt_undefo,
Args:
modeNo (int): indicates which mode shape to animate.
Eds (ndarray): A 3d array (n_steps x n_eles x n_dof_per_element)
containing the collected displacements per element for all
time steps.
timeV (1darray): vector of discretized time values
sfac (float): scale factor
nep (integer): number of evaluation points inside the element and
Expand Down Expand Up @@ -2600,8 +2594,9 @@ def anim_defo(Eds, timeV, sfac, nep=17, unDefoFlag=1, fmt_undefo=fmt_undefo,
"""Make animation of the deformed shape computed by transient analysis
Args:
Eds (ndarray): An array (n_eles x n_dof_per_element) containing
displacements per element.
Eds (ndarray): A 3d array (n_steps x n_eles x n_dof_per_element)
containing the collected displacements per element for all
time steps.
timeV (1darray): vector of discretized time values
Expand Down

0 comments on commit 1fe4477

Please sign in to comment.