15#ifndef dealii_data_out_rotation_h
16#define dealii_data_out_rotation_h
31 namespace DataOutRotationImplementation
38 template <
int dim,
int spacedim>
45 const std::vector<unsigned int> &n_postprocessor_outputs,
113template <
int dim,
int spacedim = dim>
117 static_assert(dim == spacedim,
"Not implemented for dim != spacedim.");
153 const unsigned int n_subdivisions = 0);
183 <<
"You are attempting to use this class on a triangulation "
184 "in which some vertices have a negative radial coordinate "
187 <<
". If you rotate such a triangulation around an "
188 "axis, you will get (dim+1)-dimensional meshes "
189 "that are not likely what you hoped to see.");
virtual void build_patches(const unsigned int n_patches_per_circle, const unsigned int n_subdivisions=0)
static constexpr int patch_dim
void build_one_patch(const cell_iterator *cell, internal::DataOutRotationImplementation::ParallelData< dim, spacedim > &data, std::vector< DataOutBase::Patch< patch_dim, patch_spacedim > > &my_patches)
virtual cell_iterator next_cell(const cell_iterator &cell)
static constexpr int patch_spacedim
virtual cell_iterator first_cell()
typename DataOut_DoFData< dim, patch_dim, spacedim, patch_spacedim >:: cell_iterator cell_iterator
Abstract base class for mapping classes.
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_CLOSE
static ::ExceptionBase & ExcRadialVariableHasNegativeValues(double arg1)
#define DeclException1(Exception1, type1, outsequence)
const unsigned int n_datasets
const unsigned int n_subdivisions
const std::vector< std::shared_ptr<::hp::FECollection< dim, spacedim > > > finite_elements
const UpdateFlags update_flags
const unsigned int n_patches_per_circle
std::vector< Point< spacedim > > patch_evaluation_points
ParallelData(const unsigned int n_datasets, const unsigned int n_subdivisions, const unsigned int n_patches_per_circle, const std::vector< unsigned int > &n_postprocessor_outputs, const Mapping< dim, spacedim > &mapping, const std::vector< std::shared_ptr<::hp::FECollection< dim, spacedim > > > &finite_elements, const UpdateFlags update_flags)