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 d617e9b0e7
commit fc4ecc22ec

View File

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