Andrew C Kirby
Andrew C Kirby
@gseastream This is a nice capability so thanks for doing the implementation! However, there is a bug in your test case implementation. If you try using less than 8 plotting...
`#define STEP5_NNODE_1D 4`: Correct for me to generate a bug on my system. But it is probably a coincidence that it only crashes when changing that parameter for me. The...
Thanks, Lukas, for the quick fix! It appears it is working now and we are doing more tests on complex problems to be sure. For the face to node orderings,...
Thanks @holke for the response. As you alluded to in your initial address, we are specifically looking for the `nodes->num_owned_indeps` count and `nodes->local_nodes` connectivity array across **all trees and vertices...
@cburstedde We had the same thoughts regarding your point of building hashes out of the local tree ID and integer coordinates, then unifying across trees, then across boundaries. At the...