mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Removed the switch to Gauss. Will need to be reinstated after further development.
This commit is contained in:
@ -239,6 +239,7 @@ void Foam::leastSquaresVectors::makeLeastSquaresVectors() const
|
|||||||
|
|
||||||
// For 3D meshes check the determinant of the dd tensor and switch to
|
// For 3D meshes check the determinant of the dd tensor and switch to
|
||||||
// Gauss if it is less than 3
|
// Gauss if it is less than 3
|
||||||
|
/* Currently the det(dd[celli]) criterion is incorrect: dd is weighted by Sf
|
||||||
if (mesh.nGeometricD() == 3)
|
if (mesh.nGeometricD() == 3)
|
||||||
{
|
{
|
||||||
label nBadCells = 0;
|
label nBadCells = 0;
|
||||||
@ -318,7 +319,7 @@ void Foam::leastSquaresVectors::makeLeastSquaresVectors() const
|
|||||||
<< endl;
|
<< endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
if (debug)
|
if (debug)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user