The values of Q_i, e_i , D_i and \kappa_i for the last spatial node i=n+1. #419
Unanswered
Srishti-Siddharth-iitb
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You can take a look to this file to see how rod equations are computed. I am also moving this issue to discussion. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to simulate a single Cosserat rod in MATLAB using your codes and the numerical scheme discussed in the following 2018 paper: https://doi.org/10.1098/rsos.171628. To stimulate the discrete equations (3.8) and (3.9) of the paper, the values of Q_i, e_i, D_i and \kappa_i are needed for the last spatial node i.e. i=n+1. However, according to equations (3.3), (3.4) and (3.5) of the paper, the above quantities are not described for i=n+1. I wanted to understand how these quantities have been computed in your Python code. It would be helpful if you could provide the line number in the Python code which can be used as a reference to look at the computation of these quantities for the last spatial node. Also, do ghost nodes play a role here?
Beta Was this translation helpful? Give feedback.
All reactions