Closed jackhamel16 closed 3 years ago
might be best to refactor so that the ACA function takes in a function that compute entries of the matrix given local row and column indices. For the sound soft IE, this means I will need to wrap up the octree, mesh, various paramters all into a function that spits of sub_Z[local_row_idx, local_col_idx]
. This would make it a lot easier to use synthetic matrices to test ACA.
add a function to compute the interactions between elements in two nodes (provided as inputs to the function) using ACA for the sound-soft IE.