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:
parent
8eda4b8632
commit
7366e04ac4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user