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.
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
, andpdegree
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 toperformConnectivityAMR
is commented out to prevent the code for quitting at this stage.