Class Dune::XT::Grid::BoundaryType

class Dune::XT::Grid::BoundaryType

Interface for a boundary type, identified by a string id.

Method Dune::XT::Grid::BoundaryType::id

virtual std::string Dune::XT::Grid::BoundaryType::id() const = 0

No documentation provided.

Method Dune::XT::Grid::BoundaryType::copy

virtual BoundaryType *Dune::XT::Grid::BoundaryType::copy() const = 0

No documentation provided.

Method Dune::XT::Grid::BoundaryType::operator==

bool Dune::XT::Grid::BoundaryType::operator==(const BoundaryType &other) const

No documentation provided.

Method Dune::XT::Grid::BoundaryType::operator!=

bool Dune::XT::Grid::BoundaryType::operator!=(const BoundaryType &other) const

No documentation provided.