Go to the source code of this file.
|
template<class StreamTraits , class Impl > |
OutStreamInterface< StreamTraits > & | Dune::Fem::operator<< (OutStreamInterface< StreamTraits > &out, const DiscreteFunctionInterface< Impl > &df) |
| write a discrete function into an output stream More...
|
|
template<class StreamTraits , class Impl > |
InStreamInterface< StreamTraits > & | Dune::Fem::operator>> (InStreamInterface< StreamTraits > &in, DiscreteFunctionInterface< Impl > &df) |
| read a discrete function from an input stream More...
|
|