Aiden Woodruff

Results 17 issues of Aiden Woodruff

When compiling, I am unable to include local files using the `include "file.h"` syntax. This is even with the `-I.` GCC switch. The compiler always errors with "No such file...

As seen in image 1 below (compared to image 2, unzoomed), the bottom bound for zooming is the device height rather than the toolbar at the bottom. This leads to...

There are memory leaks in the capCyl, capCube, and capWing tests. I think most of them are confined to the capstone library. There is one that might be associated with...

Runs same code as drawPixel to get offset, then call getPixelColor Returns 0 if fails Adds declaration to Adafruit_NeoMatrix.h Adds function definition to Adafruit_NeoMatrix.cpp

## Add nompi stub Add a stub implementation of MPI in `pcu/pcu_pnompi.c`. Remove direct calls to MPI functions. This adds a `SCOREC_NO_MPI` build option for users running on single-process, single-machine...

A facade was added to run Capstone smoothing by #455, but a test case needs to be added to demonstrate use of the functionality.

## Refactor Capstone support ### apf_cap - move MeshCAP implementation into apfCAP.cc. - document functions and add documentation group. - remove unused/obsolete capMesh and capEntity forward declarations. - forward declare...

## Fix unused variable warning introduced by #446 This fixes an unused warning when CMake is given `-DENABLE_CAPSTONE` by casting to void. However, I wonder if we can remove the...

This except from a failing run shows that ctest `DEPENDS` is simply not good enough -- the dependent test started after its requirement, but before the first test had completed!...

For MeshAdapt we would like to know how many mesh modification operations occur. The feature should allow for breakdowns by major step (refine, coarsen, snap, fix) or a summary. For...

enhancement
mesh adapt