|
Reference documentation for deal.II version 9.2.0
|
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\)
\(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\)
\(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\)
\(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Go to the documentation of this file.
17 #ifndef dealii_dof_output_operator_h
18 #define dealii_dof_output_operator_h
42 template <
typename VectorType,
int dim,
int spacedim = dim>
55 const unsigned int digits = 3);
76 template <
typename VectorType,
int dim,
int spacedim>
SmartPointer< const DoFHandler< dim, spacedim >, DoFOutputOperator< VectorType, dim, spacedim > > dof
DoFOutputOperator(const std::string &filename_base=std::string("output"), const unsigned int digits=3)
void parse_parameters(ParameterHandler ¶m)
const std::string filename_base
void initialize(const DoFHandler< dim, spacedim > &dof_handler)
#define DEAL_II_NAMESPACE_OPEN
const unsigned int digits
virtual OutputOperator< VectorType > & operator<<(const AnyData &vectors) override
#define DEAL_II_NAMESPACE_CLOSE