|
dune-fem 2.8.0
|
#include <fstream>#include <dune/geometry/referenceelements.hh>#include <dune/fem/common/bindguard.hh>#include <dune/fem/common/memory.hh>#include <dune/fem/gridpart/common/persistentindexset.hh>#include <dune/fem/io/streams/streams.hh>#include "discretefunction.hh"Go to the source code of this file.
Namespaces | |
| namespace | Dune |
| namespace | Dune::Fem |
Functions | |
| 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 | |
| template<class StreamTraits , class Impl > | |
| InStreamInterface< StreamTraits > & | Dune::Fem::operator>> (InStreamInterface< StreamTraits > &in, DiscreteFunctionInterface< Impl > &df) |
| read a discrete function from an input stream | |