Skip to content
Snippets Groups Projects
Commit 28028139 authored by Oliver Sander's avatar Oliver Sander
Browse files

implemented dummy method jacobianInverseTransposed for vertices

[[Imported from SVN: r4215]]
parent aa316907
No related branches found
No related tags found
No related merge requests found
......@@ -143,9 +143,15 @@ namespace Dune {
return 1;
}
//! The Jacobian matrix of the mapping from the reference element to this element
const FieldMatrix<typename GridImp::ctype,0,0>& jacobianInverseTransposed (const FieldVector<typename GridImp::ctype, 0>& local) const {
return jacInverse_;
}
//private:
OneDEntityImp<0>* target_;
FieldMatrix<typename GridImp::ctype,0,0> jacInverse_;
};
//**********************************************************************
......
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