Susanne Claus

Results 4 comments of Susanne Claus

@michalhabera @mscroggs @chrisrichardson Hi, I would like to revive this discussion again because I am very interested in porting the CutFEM library to FEniCS-X in the coming months. In CutFEM...

The void* approach should have minimal overhead because: 1. The kernel function pointer signature hasn't changed, it is void (*kernel)(T*, const T*, const T*, const U*, const int*, const uint8_t*,...

I have changed it to std::optional for now. Open for suggestions.

@garth-wells In this PR, the functions are only intended as test scaffolding to validate passing custom_data through to the integral kernel (in support of the dolfinx PR [FEniCS/dolfinx/pull/4013] ). They...