Skip to content

Commit

Permalink
fix broken link in Binder Timoshenko
Browse files Browse the repository at this point in the history
This commit fixes a broken link in Binder Timosneko beam example to the Slithering Snake.
  • Loading branch information
armantekinalp committed Dec 30, 2020
1 parent 626f50a commit f1ccd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Binder/1_Timoshenko_Beam.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@
"metadata": {},
"source": [
"### Important note on saving data:\n",
"This current method of plotting data during the simulation is helpful for visualizing how the system evolves, but it is computationally inefficient as we are constantly pausing the simulation to plot. It also does not save data for additional post-processing later. A better method for saving data from a simulation is to use call-back functions. There is information on how to use these functions in the [snake tutorial](./snake.ipynb)"
"This current method of plotting data during the simulation is helpful for visualizing how the system evolves, but it is computationally inefficient as we are constantly pausing the simulation to plot. It also does not save data for additional post-processing later. A better method for saving data from a simulation is to use call-back functions. There is information on how to use these functions in the [snake tutorial](./2_Slithering_Snake.ipynb)"
]
}
],
Expand Down

0 comments on commit f1ccd2f

Please sign in to comment.