18 #include <deal.II/algorithms/operator.h>
20 DEAL_II_NAMESPACE_OPEN
24 template <
class VECTOR>
30 template <
class VECTOR>
37 template <
class VECTOR>
41 notifications.clear();
45 template <
class VECTOR>
49 template <
class VECTOR>
55 template <
class VECTOR>
61 template <
class VECTOR>
76 for (
unsigned int i=0; i<vectors.
size(); ++i)
77 for (
unsigned int j=0; j<vectors(i)->
size(); ++j)
78 (*os) <<
' ' << (*vectors(i))(j);
85 DEAL_II_NAMESPACE_CLOSE
virtual ~OutputOperator()
OutputOperator< VECTOR > & operator<<(unsigned int step)
unsigned int size() const
Number of stored data objects.
virtual void notify(const Event &)
void initialize_stream(std::ostream &stream)