Operators in Dune::GDT

inline std::ostream &Dune::GDT::operator<<(std::ostream &out, const SpaceType &space_type)

Writes a human-readable representation of a SpaceType to an output stream.

inline std::ostream &Dune::GDT::operator<<(std::ostream &out, const Stencil &stencil)

Writes a human-readable representation of a Stencil to an output stream.

template<class GV, size_t r, size_t rC, class R>
std::ostream &Dune::GDT::operator<<(std::ostream &out, const SpaceInterface<GV, r, rC, R> &space)

Writes a short textual representation of a space (type and number of DoFs) to an output stream.