Pierre Matalon
Pierre Matalon
Hi, I'm having trouble mapping json data to my viewModel when the data doesn't contain all the properties defined in the viewModel. Basically I want to reload saved data from...
## Description Need to add `fmt::` prefix to function `format_to` for compatibility with C++ 20, since the same function has been added to the stl. ## Related issue Compilation error...
## Description A scaling factor is taken into account so that the box [0,1]^d and the box [a,b]^d, for any a,b, offer the same levels of refinement. In the case...
I have a header-only library project, and I am using `project_options` to package it, so that it can be used as a dependency for other projects. The library has numerous...
### What happened? See code below. ### Input code ```cpp // This doesn't work auto refine_subset = intersection(translate(boundaryCells, -i*translation), ca[level-1]).on(level-1); // ... but this does, which is supposed to yield...
### What happened? There is a bad situation (look at the scheme below): near the boundary (drawn in white), there is a prediction ghost at level L (green star) due...
## Description Batch processing is introduced in the application of non-linear explicit schemes. The user-defined flux function now receives a whole batch of stencil values (instead of just one stencil),...