Skip to content
Snippets Groups Projects
Commit d58e0649 authored by Kutalmış Berçin's avatar Kutalmış Berçin Committed by Mark OLESEN
Browse files

REVERT: leastSquaresFaVectors: pseudo-inverse shows instabilities for 2-D cases

parent b7b78a30
Branches
Tags
1 merge request!585Misc. changes in finite-area methods
......@@ -159,7 +159,7 @@ void Foam::leastSquaresFaVectors::makeLeastSquaresVectors() const
// Invert the dd tensor
const symmTensorField invDd(pinv(dd));
const symmTensorField invDd(inv(dd));
// Revisit all faces and calculate the lsP and lsN vectors
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment