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

[UGGrid] Simplify computation of integrationElement

UGGrid has used an overly complicated way to compute the
integrationElement since practically forever.  Instead of computing
the determinant of the Jacobian of the geometry transformation,
it computed the inverse determinant of the inverse Jacobian.
This lead to a matrix inversion being performed at each call
that wasn't actually necessary.

This patch removes this pointless inversion.
parent 1269c51c
No related branches found
No related tags found
1 merge request!750Speed up `UGGridGeometry`
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment