Bug in Solver mesh level computation if bounding box is virtually expanded
There is a bug in the mesh level computation if the boundy box is virtually expanded:
_coarsestMeshLevel =
exahype::solvers::Solver::computeMeshLevel(_maximumMeshSize,domainSize[0]);
Then, _domainSize != _boundingBoxSize
.
Edited by Ghost User