Skip to content
Snippets Groups Projects
Commit ebc70459 authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

document the getFirstDerivativesOfDirectors method

[[Imported from SVN: r7563]]
parent 82e985f0
No related branches found
No related tags found
No related merge requests found
...@@ -470,6 +470,12 @@ public: ...@@ -470,6 +470,12 @@ public:
return v; return v;
} }
/** \brief Compute the derivatives of the director vectors with respect to the quaternion coordinates
*
* Let \f$ d_k(q) = (d_{k,1}, d_{k,2}, d_{k,3})\f$ be the k-th director vector at \f$ q \f$.
* Then the return value of this method is
* \f[ A_{ijk} = \frac{\partial d_{i,j}}{\partial q_k} \f]
*/
void getFirstDerivativesOfDirectors(Tensor3<double,3, 3, 4>& dd_dq) const void getFirstDerivativesOfDirectors(Tensor3<double,3, 3, 4>& dd_dq) const
{ {
const Quaternion<T>& q = (*this); const Quaternion<T>& q = (*this);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment