David Knapp

Results 50 comments of David Knapp

> @Davknapp - to clarify: > > > extract the vertices in a format suitable for the hdf5 format > > Are you intending to extract the vertex values of...

Thank you for the guideline! I am currently working on the adaptation of the `SaveSolutionCallback`. Shall I open a draft as soon as I get first results? Then, I would...

My current developments can be found in draft #1201 . I got some difficulties to - extract the vertices in a format suitable for the hdf5 format - transform u...

Can you indent the files and take care for the failing tests please?

Maybe related to it on branch benchmark-New_for_hybrid running ./t8_time_hybrid_new with -r 1 -f first_example -d 3 -i 8 produces the following output on 128 process ``` -r 1 -f /scratch/ws/m0/knap_da-t8code_data/first_example...

Which is what I do in my case: ```C++ t8_cmesh_t gmsh_cmesh = t8_cmesh_from_msh_file (file, true, sc_MPI_COMM_WORLD, dim, 0, false); t8_cmesh_init (&cmesh); t8_cmesh_set_derive (cmesh, gmsh_cmesh); t8_cmesh_set_partition_uniform (cmesh, init_level, t8_scheme_new_default_cxx ()); t8_cmesh_commit...

Found a solution for my bug: the submodules weren't updated correctly.

Merging with main solved the second issue

After Debugging-session with @lukasdreyer Current Problem Vertex mesh with a single vertex on level 11 with 2 procs. proc 0 computes first_child 0 and last_child -1 and sets its first...

Can you update the indentation please?