// SPDX-FileCopyrightInfo: Copyright (C) DUNE Project contributors, see file LICENSE.md in module root
// SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
 
/**
 * @defgroup grid_recipes dune-grid recipes
 * @{
 * \page all_grid_recipes dune-grid recipes
 * These recipes are short examples on how to achieve common tasks in dune-grid.
 *
 * Some simple examples illustrating the grid interface
 * ==============
 * - \subpage recipe-iterate-over-grid
 * - \subpage recipe-integration
 *
 * @}
 */
