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
|
|
@ -443,6 +443,9 @@ submodule(moduleMesh) elements
|
|||
|
||||
DO e = 1, self%numCells
|
||||
Xi = self%cells(e)%obj%phy2log(r)
|
||||
if (e < 160) then
|
||||
print *, e, Xi
|
||||
end if
|
||||
IF(self%cells(e)%obj%inside(Xi)) THEN
|
||||
nVol = self%cells(e)%obj%n
|
||||
EXIT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue