jsitaraman / tioga

Tioga is a library for overset grid assembly on parallel distributed systems
GNU Lesser General Public License v3.0
64 stars 36 forks source link

Add tolerance to bound checking #38

Closed ashesh2512 closed 3 years ago

ashesh2512 commented 3 years ago

This pull request adds tolerance to bound checking for convex meshblock weights. The tolerance is chosen to be consistent with similar bound checking of weights at - https://github.com/jsitaraman/tioga/blob/exawind/src/dataUpdate.C#L64 and https://github.com/jsitaraman/tioga/blob/exawind/src/highOrder.C#L482