16 #ifndef dealii__data_out_rotation_h 17 #define dealii__data_out_rotation_h 20 #include <deal.II/base/config.h> 21 #include <deal.II/numerics/data_out_dof_data.h> 26 DEAL_II_NAMESPACE_OPEN
38 template <
int dim,
int spacedim>
42 const unsigned int n_subdivisions,
43 const unsigned int n_patches_per_circle,
44 const std::vector<unsigned int> &n_postprocessor_outputs,
49 const unsigned int n_patches_per_circle;
51 std::vector<Point<spacedim> > patch_evaluation_points;
118 template <
int dim,
typename DoFHandlerType=DoFHandler<dim> >
126 static const unsigned int dimension = DoFHandlerType::dimension;
132 static const unsigned int space_dimension = DoFHandlerType::space_dimension;
157 virtual void build_patches (
const unsigned int n_patches_per_circle,
158 const unsigned int n_subdivisions = 0);
166 virtual cell_iterator first_cell ();
179 virtual cell_iterator next_cell (
const cell_iterator &cell);
186 <<
"You are attempting to use this class on a triangulation " 187 "in which some vertices have a negative radial coordinate " 190 <<
". If you rotate such a triangulation around an " 191 "axis, you will get (dim+1)-dimensional meshes " 192 "that are not likely what you hoped to see.");
201 build_one_patch (
const cell_iterator *cell,
207 DEAL_II_NAMESPACE_CLOSE
Triangulation< DoFHandlerType::dimension, DoFHandlerType::space_dimension >::cell_iterator cell_iterator
#define DeclException1(Exception1, type1, outsequence)
Abstract base class for mapping classes.
DataOut_DoFData< DoFHandlerType, dimension+1 >::cell_iterator cell_iterator