ENH: Reducing tolerance used in the search for cellVolumeWeight

This commit is contained in:
sergio
2019-04-05 09:21:05 -07:00
committed by Andrew Heather
parent 968b95d0cf
commit a57574a8b2

View File

@ -48,7 +48,7 @@ namespace cellCellStencils
}
Foam::scalar
Foam::cellCellStencils::cellVolumeWeight::defaultOverlapTolerance_ = 1e-3;
Foam::cellCellStencils::cellVolumeWeight::defaultOverlapTolerance_ = 1e-9;
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //