#include <iostream>#include "basics/outputOperator.hh"#include "basics/typedefs.hh"#include "basics/exceptions.hh"#include "basics/vectorsMatricesForward.hh"#include "basics/vectorsMatrices.hh"#include "connector.hh"Go to the source code of this file.
Classes | |
| class | concepts::Cell |
| class | concepts::Cell1 |
| One dimensional cell. More... | |
| class | concepts::Cell2 |
| Two dimensional cell. More... | |
| class | concepts::Cell3 |
| Three dimensional cell. More... | |
| struct | std::less< concepts::Cell * > |
| struct | std::less< concepts::Cell1 * > |
| struct | std::less< concepts::Cell2 * > |
| struct | std::less< concepts::Cell3 * > |
Namespaces | |
| namespace | concepts |
Functions | |
| bool | concepts::operator< (const Cell &cell_x, const Cell &cell_y) |
| <-operator could be useful for sorting, e.g. in std::set. | |
Cells. Geometrical information (coordinates), brings element maps and topology together
Definition in file cell.hh.