Reverted to inv in fvcReconstruct

This commit is contained in:
Vuko Vukcevic 2019-06-07 08:36:46 +02:00
parent 13f349b769
commit d9cfdea84f

View file

@ -90,10 +90,9 @@ reconstruct
// Note: hinv inverse must be used to stabilise the inverse on bad meshes // Note: hinv inverse must be used to stabilise the inverse on bad meshes
// but it gives strange failures. Fixed hinv. HJ, 22/Mar/2019 // but it gives strange failures. Fixed hinv. HJ, 22/Mar/2019
// HJ, 19/Aug/2015 // HJ, 19/Aug/2015
// Temporarily reverting hinv: Vuko Vukcevic, 6/Jun/2019 // Nope, still problematic, VV, 7/Jun/2019
reconField.internalField() = reconField.internalField() =
( (
// hinv
inv inv
( (
surfaceSum(sqr(mesh.Sf())/mesh.magSf())().internalField() surfaceSum(sqr(mesh.Sf())/mesh.magSf())().internalField()