What happened?
See code below.
Input code
// 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 the same result
LevelCellArray<dim, TInterval> translated_boundary(translate(boundaryCells, -i * translation));
auto refine_subset = intersection(translated_boundary, ca[level - 1]).on(level - 1);
What is expected?
We shouldn't have to use a LevelCellArray as a workaround.
What is your operating system?
Mac OS
How did you install our software?
conda or mamba
Software version
0.23.0
Relevant log output
Code of Conduct
What happened?
See code below.
Input code
What is expected?
We shouldn't have to use a LevelCellArray as a workaround.
What is your operating system?
Mac OS
How did you install our software?
conda or mamba
Software version
0.23.0
Relevant log output
Code of Conduct