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

Removed the restriction that dim==worlddim in the call of jacobianInverseTransposed.

It would prevent grids with dim!=worlddim or integration on grid boundaries.

[[Imported from SVN: r4184]]
parent bd0bcbcc
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,6 @@ namespace Dune
*/
const FieldMatrix<ct,mydim,mydim>& jacobianInverseTransposed (const FieldVector<ct, mydim>& local) const
{
IsTrue< ( mydim == cdim ) >::yes();
return realGeometry.jacobianInverseTransposed(local);
}
......
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