Skip to content

Commit

Permalink
50 / 60 : set simulation time to 60 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
beachdweller committed May 22, 2024
1 parent 88a340b commit 37cf183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 50_ode/60_Duffing_Oscillator.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
"source": [
"def sim_1dof_vib(\n",
" slope, x_0:np.ndarray=np.array((0.0, 0.0, 0.0, 0.0)),\n",
" t_end=20.0, figsize=(14, 14),\n",
" t_end=60.0, figsize=(14, 14),\n",
" delta_t_sec=1e-3,\n",
" ):\n",
" '''\n",
Expand Down

0 comments on commit 37cf183

Please sign in to comment.