Skip to content

Commit

Permalink
Merge pull request #221 from imadhammani/main
Browse files Browse the repository at this point in the history
XCore intersectMesh: major update
  • Loading branch information
benoit128 authored Nov 21, 2024
2 parents 1934eda + 5fb17a5 commit 173dd44
Show file tree
Hide file tree
Showing 121 changed files with 11,179 additions and 5,015 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@ Data*
out_foam/
chm000*
out.step
*.swp

tools/MigrationSVN
5 changes: 2 additions & 3 deletions Cassiopee/Intersector/Intersector/PyTree.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,16 +314,15 @@ def checkAssemblyForlSolver(t, fullcheck=False, nb_comps=1):
print('Boolean WARNING : quality might be not good enough for solver')
#import sys; sys.exit()

if fullcheck == False: return

# VERIFICATION 4 : VOL MIN
print("Check min cell volume ...")
(vmin, cellid, zoneid) = checkCellsVolume(t)
print('vol min : ', vmin)
if vmin < VOLMIN_SOLVER:
print('Boolean ERROR : too small cells detected : under solver threshold')

if fullcheck == False:
return

# print("Check cell volume extrema...")
# res = statsSize(t, 1)
# dMax = res[0]
Expand Down
Loading

0 comments on commit 173dd44

Please sign in to comment.