lenaploetzke
lenaploetzke
I think #983 has nothing to do with the bug here
> I think we are done here @HenrZu @jubicker @lenaploetzke @mknaranja ? Yes, I think so too, the things you mentioned are probably something for a new issue.
> I was thinking that initializer_subcompartments might be a more suitable name than initializer_flows as you are calculating initial values of the subcompartments for given flows. I do not think...
The LCT model has been updated in the meantime, so small changes had to be made here
> Nice work! > > I was wondering if we should rename ExponentialDecay to ExponentialSurvivalFunction. This would be consistent with the other new SAFs and describe better what it is...
> Maybe we can use FetchContent instead of a zip file: https://stackoverflow.com/questions/72913306/how-to-use-boost-libraries-directly-from-github-using-cmake-fetchcontent-or-any > > This could also work for the full download as well, by just changing the included libraries....
We could possibly solve this similarly to the struct Flow in the file memilio/utils/flow.h (or use the struct). To do this, we would have to implement the get_flat_flow_index() function from...
> For me, the APIs of t8code are the C, Fortran, Python... APIs. So interfaces to different programming languages. The mesh handle is more like a part of the actual...
My problem with this is, that for lct_populations, it makes no sense to have a type Index as we want to have different substates for different groups (important). (Therefore, we...
Thank you for your review. :) I had the following problem, which is why I introduced the macro T8_CODE_COVERAGE: With test level 2 the coverage was (as expected) a bit...