Class template Dune::XT::Grid::FunctionBasedBoundaryInfo

Inherits from Dune::XT::Grid::BoundaryInfo.

template<class I>
class Dune::XT::Grid::FunctionBasedBoundaryInfo : public BoundaryInfo<I>

Boundary info that assigns boundary types based on registered grid functions evaluated at the boundary.

void Dune::XT::Grid::FunctionBasedBoundaryInfo::repr(std::ostream &out) const final

No documentation provided.

void Dune::XT::Grid::FunctionBasedBoundaryInfo::register_new_function(const int &function, const BoundaryType &boundary_type)

No documentation provided.

const BoundaryType &Dune::XT::Grid::FunctionBasedBoundaryInfo::type(const IntersectionType &intersection) const final

No documentation provided.

template<>
Dune::XT::Grid::FunctionBasedBoundaryInfo::FunctionBasedBoundaryInfo<I>(const BoundaryType &default_boundary_type = NoBoundary(), const double tol = 1.0E-10, const std::string &logging_prefix = <recovery-expr>(""), const std::array<bool, 3> &logging_state = <recovery-expr>())

No documentation provided.

template<>
Dune::XT::Grid::FunctionBasedBoundaryInfo::FunctionBasedBoundaryInfo<I>(const ThisType&) = delete

No documentation provided.

template<>
Dune::XT::Grid::FunctionBasedBoundaryInfo::FunctionBasedBoundaryInfo<I>(ThisType &&source) noexcept = default

No documentation provided.

const double Dune::XT::Grid::FunctionBasedBoundaryInfo::tol_

No documentation provided.

const int Dune::XT::Grid::FunctionBasedBoundaryInfo::default_boundary_type_

No documentation provided.

type Dune::XT::Grid::FunctionBasedBoundaryInfo::BaseType

No documentation provided.

type Dune::XT::Grid::FunctionBasedBoundaryInfo::ThisType

No documentation provided.

type Dune::XT::Grid::FunctionBasedBoundaryInfo::E

No documentation provided.