Skip to content
Snippets Groups Projects
Commit 631584a6 authored by Jorrit Fahlke's avatar Jorrit Fahlke
Browse files

Fix error with rows vs. columns in the doc of the inverse Jacobian.

[[Imported from SVN: r1833]]
parent 8d16dcbe
No related branches found
No related tags found
No related merge requests found
......@@ -170,7 +170,7 @@ namespace Dune
To get the inverse Jacobian, we have to take the global unit vectors
\f$g^g_\alpha\f$, tranform them into local coordinates
\f$g^l_\alpha\f$ and use them as rows of the matrix.
\f$g^l_\alpha\f$ and use them as columns of the matrix.
*/
const FieldMatrix<ct,mydim,mydim>& jacobianInverse (const FieldVector<ct, mydim>& local) const
{
......
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