OGS
|
Definition in file Location.h.
#include <cstddef>
#include <iosfwd>
Go to the source code of this file.
Classes | |
struct | MeshLib::Location |
Namespaces | |
namespace | MeshLib |
Enumerations | |
enum class | MeshLib::MeshItemType { MeshLib::Node , MeshLib::Edge , MeshLib::Face , MeshLib::Cell , MeshLib::IntegrationPoint } |
Functions | |
static constexpr char const * | MeshLib::toString (const MeshItemType t) |
Returns a char array for a specific MeshItemType. | |
std::ostream & | MeshLib::operator<< (std::ostream &os, MeshItemType const &t) |
bool | MeshLib::operator< (const Location &left, const Location &right) |
Lexicographic order of Location. | |
std::ostream & | MeshLib::operator<< (std::ostream &os, Location const &l) |
Variables | |
static constexpr char const * | MeshLib::mesh_item_type_strings [] |
Char array names for all of MeshItemType values. | |