Sandro Elsweijer

Results 38 comments of Sandro Elsweijer

The CI currently fails building p4est, because it uses a feature, which is not yet merged into p4est: https://github.com/cburstedde/p4est/pull/306

Will be continued here: https://github.com/DLR-AMR/t8code/pull/1152

I do not know how we will finally split the C and CPP interface, but we will need a new folder structure for this. Maybe we can do it like...

I will test it as well with the example where I found the bug.

The volume bug definitely had something to do with the advection example not working with pyramids. But it still does not work. Continuing the discussion in #391

We should check, if this PR fixed the Bug: https://github.com/DLR-AMR/t8code/pull/770

We won't support TRIANGLE anymore hence nobody uses this feature.

@holke I already implemented it for the CMake build system, but there the cmake flag is not yet implemented. I will not implement it for the autotools CI.

For me, the APIs of t8code are the C, Fortran, Python... APIs. So interfaces to different programming languages. The mesh handle is more like a part of the actual library...

@holke I do not think it os necessary to prevent copying these cmeshes, since all the information needed to build a new vertex conn are saved as attributes and the...