Added center point procedure to edge and eps in inside to avoid some rounding errors
This commit is contained in:
parent
a89853135c
commit
600f7305bd
9 changed files with 129 additions and 25 deletions
|
|
@ -1255,7 +1255,7 @@ MODULE moduleInput
|
|||
findCellColl => findCellCollMesh
|
||||
! Link edges with cells in meshColl
|
||||
DO e=1, mesh%numEdges
|
||||
nVolColl = findCellBrute(meshColl, mesh%edges(e)%obj%randPos())
|
||||
nVolColl = findCellBrute(meshColl, mesh%edges(e)%obj%center())
|
||||
IF (nVolColl > 0) THEN
|
||||
mesh%edges(e)%obj%eColl => meshColl%cells(nVolColl)%obj
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue