cell.hh File Reference
#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 |
A cell in a mesh consist of topological information (neighbours, connectivity, orientation) and geometrical information (coordinates). More... | |
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 * > |
Specialisation of STL class less<F> for pointers to cells. More... | |
struct | std::less< concepts::Cell1 * > |
struct | std::less< concepts::Cell2 * > |
struct | std::less< concepts::Cell3 * > |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
std | |
Functions | |
bool | concepts::operator< (const Cell &cell_x, const Cell &cell_y) |
<-operator could be useful for sorting, e.g. in std::set. More... | |
Detailed Description
Cells. Geometrical information (coordinates), brings element maps and topology together
Definition in file cell.hh.