dune-geometry 2.10
Loading...
Searching...
No Matches
refinement.hh
Go to the documentation of this file.
1// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2// vi: set et ts=4 sw=2 sts=2:
3// SPDX-FileCopyrightInfo: Copyright © DUNE Project contributors, see file LICENSE.md in module root
4// SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
5#ifndef DUNE_GEOMETRY_REFINEMENT_HH
6#define DUNE_GEOMETRY_REFINEMENT_HH
7
239// The interface (template<...> class StaticRefinement) is not included here
240// since it derives from parts which I consider implementation. Look
241// into refinement/base.cc if the documentation is above is not enough.
242#include "refinement/base.cc"
243
244#include "refinement/hcube.cc"
245#include "refinement/simplex.cc"
249
250#endif // DUNE_GEOMETRY_REFINEMENT_HH
This file contains the parts independent of a particular Refinement implementation.
This file contains the Refinement implementation for simplices (triangles, tetrahedrons....
This file contains the Refinement implementation for triangulating hypercubes (quadrilateral -> trian...
This file contains the Refinement implementation for hypercubes (quadrilaterals, hexahedrons,...