#include <iostream>#include "basics/outputOperator.hh"#include "basics/typedefs.hh"#include "basics/level.hh"#include "topology.hh"#include "cell.hh"#include "cell1D.hh"#include "elementMaps.hh"Go to the source code of this file.
Classes | |
| class | concepts::Triangle2d |
| struct | concepts::Triangle2d::Index |
| Subclass of Triangle2d representing its index. More... | |
| class | concepts::QuadNd |
| struct | concepts::QuadNd::Index |
| Subclass of QuadNd representing its index. More... | |
| class | concepts::Quad2dSubdivision |
| class | concepts::Quad2dSubdiv4 |
| class | concepts::Quad2dSubdiv2H |
| class | concepts::Quad2dSubdiv2V |
| class | concepts::Quad2d |
| class | concepts::InfiniteQuad2d |
| class | concepts::InfiniteRect2d |
| class | concepts::Triangle3d |
| struct | concepts::Triangle3d::Index |
| Subclass of Quad2d representing its index. More... | |
| class | concepts::Quad3d |
Namespaces | |
| namespace | concepts |
Functions | |
| std::ostream & | concepts::operator<< (std::ostream &os, const Triangle2d::Index &i) |
| std::ostream & | concepts::operator<< (std::ostream &os, const Quad2d::Index &i) |
| std::ostream & | concepts::operator<< (std::ostream &os, const Triangle3d::Index &i) |
2D Cells, ie. triangles and quads. Geometrical information (coordinates), brings element maps and topology together
Definition in file cell2D.hh.