dune-alugrid 3.0.0
|
#include <limits>
#include <cmath>
#include <dune/common/fvector.hh>
#include <dune/common/fmatrix.hh>
#include <dune/common/exceptions.hh>
#include "alu3dinclude.hh"
Go to the source code of this file.
Classes | |
class | Dune::TrilinearMapping |
class | Dune::SurfaceNormalCalculator |
A bilinear surface mapping. More... | |
class | Dune::BilinearSurfaceMapping |
A bilinear surface mapping. More... | |
class | Dune::BilinearMapping< cdim > |
A bilinear mapping. More... | |
class | Dune::LinearMapping< cdim, mydim > |
A linear mapping. More... | |
class | Dune::NonConformingFaceMapping< dim, dimworld, tetra, Comm > |
Non-conforming face mappings for tetrahedra. More... | |
class | Dune::NonConformingFaceMapping< dim, dimworld, hexa, Comm > |
Non-conforming face mappings for hexahedra. More... | |
Namespaces | |
namespace | Dune |
Variables | |
static const alu3d_ctype | Dune::ALUnumericEpsilon = 10.0 * std::numeric_limits< alu3d_ctype >::epsilon() |