Reverted to inv in fvcReconstruct
This commit is contained in:
parent
13f349b769
commit
d9cfdea84f
1 changed files with 1 additions and 2 deletions
|
@ -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()
|
||||||
|
|
Reference in a new issue