cell3D.hh File Reference
#include <iostream>
#include "basics/typedefs.hh"
#include "basics/vectorsMatrices.hh"
#include "basics/level.hh"
#include "topology3D.hh"
#include "cell.hh"
#include "elementMaps3D.hh"
Go to the source code of this file.
Classes | |
class | concepts::Hex3dSubdiv2x |
Subdivision strategy for hexahedrons which generates 2 children. More... | |
class | concepts::Hex3dSubdiv2y |
Subdivision strategy for hexahedrons which generates 2 children. More... | |
class | concepts::Hex3dSubdiv2z |
Subdivision strategy for hexahedrons which generates 2 children. More... | |
class | concepts::Hex3dSubdiv4x |
Subdivision strategy for hexahedrons which generates 4 children. More... | |
class | concepts::Hex3dSubdiv4y |
Subdivision strategy for hexahedrons which generates 4 children. More... | |
class | concepts::Hex3dSubdiv4z |
Subdivision strategy for hexahedrons which generates 4 children. More... | |
class | concepts::Hex3dSubdiv8 |
Subdivision strategy for hexahedrons which generates 8 children. More... | |
class | concepts::Hex3dSubdivision |
Interface for geometrical subdivision strategies for hexahedrons. More... | |
class | concepts::Hexahedron3d |
A 3D cell: hexahedron. More... | |
struct | concepts::Parallelepiped3d::Index |
Subclass of Tetrahedron3d representing its index. More... | |
struct | concepts::Hexahedron3d::Index |
Subclass of Hexahedron3d representing its index. More... | |
struct | concepts::Tetrahedron3d::Index |
Subclass of Tetrahedron3d representing its index. More... | |
class | concepts::NegativeJacobian |
Exception which indicates that a negative Jacobian was found. More... | |
class | concepts::Parallelepiped3d |
A 3D cell: parallelepiped. More... | |
class | concepts::Tetrahedron3d |
A 3D cell: tetrahedron. More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
Detailed Description
3D cells, ie. hexahedrons and tetrahedrons. Geometrical information (coordinates), brings element maps and topology together
Definition in file cell3D.hh.