calculateMeshToMesh0Addressing: Change decomposition method to CELL_TETS

Resolves additional request in http://www.openfoam.org/mantisbt/view.php?id=1544
This commit is contained in:
Henry 2015-06-11 15:29:34 +01:00
parent 8eda4b8632
commit 7366e04ac4

View File

@ -102,7 +102,7 @@ void Foam::meshToMesh0::calcAddressing()
indexedOctree<treeDataCell> oc
(
treeDataCell(false, fromMesh_, polyMesh::FACE_DIAG_TRIS),
treeDataCell(false, fromMesh_, polyMesh::CELL_TETS),
shiftedBb, // overall bounding box
8, // maxLevel
10, // leafsize