16 #ifndef dealii_data_out_faces_h
17 #define dealii_data_out_faces_h
20 #include <deal.II/base/config.h>
22 #include <deal.II/numerics/data_out.h>
27 DEAL_II_NAMESPACE_OPEN
32 namespace DataOutFacesImplementation
39 template <
int dim,
int spacedim>
44 const unsigned int n_subdivisions,
45 const std::vector<unsigned int> &n_postprocessor_outputs,
50 const UpdateFlags update_flags);
52 std::vector<Point<spacedim>> patch_evaluation_points;
116 template <
int dim,
typename DoFHandlerType = DoFHandler<dim>>
118 DoFHandlerType::dimension - 1,
119 DoFHandlerType::dimension>
126 static const unsigned int dimension = DoFHandlerType::dimension;
187 const unsigned int n_subdivisions = 0);
247 DEAL_II_NAMESPACE_CLOSE