lukasdreyer

Results 32 comments of lukasdreyer

I think this was fixed by #448. The following example looks good to me on 2 and 6 procs: ``` #include #include #include int main (int argc, char **argv) {...

@holke Do you have an idea how to compute the new offsets after computing the standard offsets, without sending the elements first? All my ideas boil down to essentially this...

Becomes irrelevant because of the changes in the sc library. Update to sc develop in #1283

> i now moved the implementation of is_ancestor into the scheme interface. However, due to the current structure i needed to add the "default" version to the common scheme. But...

The changes are already included in #1173, so this PR is no longer necessary

Answer from @holke from mattermost: `get` - if information on the current element is returned but the element is not changed (one const input) `set` - if something is changed...

This branch still needs to be adapted to the new interface

Hey @CFDER-HF, do you have a specific tree boundary, at which these problems appear in the example you have given? Also, could you clarify what you mean by not correct?...

Just putting down my first observation here: The cmesh that you provided seems to have all element vertices in an order, that does not fit to the expected orientation for...

Are you able to reorient the original mesh in gmsh and try it again? Currently, all of your coarse mesh elements have a negative orientation in the x-y plane. There...