18 #include <deal.II/numerics/dof_output_operator.h>
19 #include <deal.II/numerics/data_out.h>
25 template <
class VECTOR,
int dim,
int spacedim>
26 OutputOperator<VECTOR> &
36 std::ostringstream streamOut;
37 streamOut <<
"Newton_" << std::setw(3) << std::setfill(
'0') << this->step;
38 std::ofstream out_filename (streamOut.str().c_str());
45 DEAL_II_NAMESPACE_CLOSE
virtual OutputOperator< VECTOR > & operator<<(const NamedData< VECTOR * > &vectors)
virtual void build_patches(const unsigned int n_subdivisions=0)
#define Assert(cond, exc)
void add_data_vector(const VECTOR &data, const std::vector< std::string > &names, const DataVectorType type=type_automatic, const std::vector< DataComponentInterpretation::DataComponentInterpretation > &data_component_interpretation=std::vector< DataComponentInterpretation::DataComponentInterpretation >())
unsigned int find(const std::string &name) const
Find index of a named object.
void write_gnuplot(std::ostream &out) const
::ExceptionBase & ExcNotInitialized()
void attach_dof_handler(const DH &)