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

TODO point 1 #24

Closed ashesh2512 closed 4 years ago

ashesh2512 commented 4 years ago

This pull request presents changes to the API and other cleanup to set stage for the TODO list.

1) It removes qnode - related variables, qstride, and pdegree from the code-base. 2) The API is changed to reflect the removal of the above variables. 3) An MPI abort comment in the call to performConnectivityAMR is commented out to prevent the code for quitting at this stage.

ashesh2512 commented 4 years ago

@jsitaraman I have not touched the code under test_amr_functions.c. I will remove it when working on point 3 in the TODO list.