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

Complete removal of get_amr_index_xyz and left-over porder-related variables #25

Closed ashesh2512 closed 4 years ago

ashesh2512 commented 4 years ago

This pull request removes traces remaining from removal of porder including removal of get_amr_index_xyz and related function calls. Instead, the index and the xyz is calculated at the spot. A couple other variables (e.g. ntm) that were left over from #24 as a result of removal of porder have been removed.

@jsitaraman To keep git history intact, I suggest merging #22 before this pull request.