mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Reducing tolerance used in the search for cellVolumeWeight
This commit is contained in:
@ -48,7 +48,7 @@ namespace cellCellStencils
|
||||
}
|
||||
|
||||
Foam::scalar
|
||||
Foam::cellCellStencils::cellVolumeWeight::defaultOverlapTolerance_ = 1e-3;
|
||||
Foam::cellCellStencils::cellVolumeWeight::defaultOverlapTolerance_ = 1e-9;
|
||||
|
||||
|
||||
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
|
||||
|
||||
Reference in New Issue
Block a user