Skip to content
Snippets Groups Projects
Commit fc4ecc22 authored by Henry's avatar Henry
Browse files

calculateMeshToMesh0Addressing: Change decomposition method to CELL_TETS

Resolves additional request in http://www.openfoam.org/mantisbt/view.php?id=1544
parent d617e9b0
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment