Johannes Markert

Results 45 comments of Johannes Markert

@Davknapp I checked out the `t8_cmesh_new_hypercube_pad` routine. There is indeed an overlap of functionality here. However, also some divergence. This PR is limited to quads/hexes, provides optional periodic boundaries and...

@Davknapp I just successfully tested this PR with Trixi. I published a draft PR https://github.com/trixi-framework/Trixi.jl/pull/1939 on the Trixi side waiting for the next t8code release.

> I still think that this function is very close to t8_cmesh_hypercube_pad, especially creating the vertices of the trees and the creation of the connectivity between the trees. To avoid...

> > Write detailed wiki article about compiling t8code with cmake > > Regarding documentation, I already provided a basic (incomplete but better than nothing) wiki page file in #929...

> > Add enable debug mode option > > I believe that with what is already currently in `main`, it is possible to achieve the equivalent for `configure CFLAGS="-Wall -O0...

> > Would it be synergetic to align the t8code doxygen generation by CMake analogously? > > That I don't know. I am not a core developer of t8code, so...

@cburstedde Thank you very much for your informative advice! I relabeled this PR as proof-of-concept. As of now it is more of a case study to see what is generally...

I agree. We'll consider this in future releases.

I tried this approach. But for some reason it gave me a shared library without symbols simply linking against the three libs. But maybe I did something wrong. I can...