Carsten Burstedde

Results 14 issues of Carsten Burstedde

I've added logic to boards.txt such that with BOD enabled the faster SUT settings are used. This is in accordance with the 328 and 328PB spec sheets. The difference is...

**Description** The branch `test-neighborhood-owned` contains work in progress to improve testing the 3x3 quadrant neighborhood. We're on the way removing unneeded information when edge and/or corner connections are not requested....

enhancement
investigate

**Description** The CMake build system is supported on branch develop, but not yet complete. **Proposed solution** * The archive created by `cpack` is lacking some `.c` source files as well...

enhancement
upforgrabs

**Description** We have the `p4estindent` script and would make its use safer and more standardized. **Proposed solution** * Put logic into `p4estindent` that makes it fail when working directory and...

enhancement
upforgrabs

**Description** Similar to p4est_version_major, _minor, add a `p4est_feature_query` function. **Proposed solution** The feature query shall receive a `const char *` as input with a name matching any of the feature...

enhancement
upforgrabs

**Description** There is a lot of code duplication between `p4est_source_ext` and `p4est_load_mpi`. **Proposed solution** Introduce one or more helper functions that encapsulate code that is called from multiple places.

enhancement

**Maintain a current and complete Relase Notes file** There is a doc/release_notes.txt file in libsc, which I would encourage everyone to update synchronously to their proposed changes to the code....

enhancement
documentation

Currently the p4est connectivity structure is replicated on all processes. If the connectivity is large, this wastes memory on multicore nodes. Thus create an alternative allocation function that uses MPI-3...

enhancement

**Description** The p4est_lnodes_new constructor currently requires a fully populated ghost layer. The latest develop branch contains a p4est_ghost_new_local constructor that creates a ghost layer with zero elements. It can in...

enhancement
investigate

**Description** The example/points directory is relatively ancient, but still instructive. It has been written long before the present search capabilities have been added to p4est. To make it run, it...

enhancement
upforgrabs