Skip to content

Remove unused code in the grid module

Sebastian Ohlmann requested to merge remove-unused-code-grid into develop

Description

The removed code created an union between the derivative stencil and a cube stencil of order two with the comment that this is used in multigrid. However, this is not the case anymore - multigrid uses the same stencil as the general grid. Thus, gr%stencil is not needed anymore as also stencil_union.

Checklist

Merge request reports