|
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.
16 #ifndef dealii_data_out_rotation_h
17 #define dealii_data_out_rotation_h
32 namespace DataOutRotationImplementation
39 template <
int dim,
int spacedim>
46 const std::vector<unsigned int> &n_postprocessor_outputs,
122 template <
int dim,
typename DoFHandlerType = DoFHandler<dim>>
124 :
public DataOut_DoFData<DoFHandlerType, DoFHandlerType::dimension + 1>
131 static const unsigned int dimension = DoFHandlerType::dimension;
165 const unsigned int n_subdivisions = 0);
195 <<
"You are attempting to use this class on a triangulation "
196 "in which some vertices have a negative radial coordinate "
199 <<
". If you rotate such a triangulation around an "
200 "axis, you will get (dim+1)-dimensional meshes "
201 "that are not likely what you hoped to see.");
virtual cell_iterator first_cell()
typename DataOut_DoFData< DoFHandlerType, dimension+1 >::cell_iterator cell_iterator
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)
void build_one_patch(const cell_iterator *cell, internal::DataOutRotationImplementation::ParallelData< dimension, space_dimension > &data, std::vector< DataOutBase::Patch< dimension+1, space_dimension+1 >> &my_patches)
Abstract base class for mapping classes.
const unsigned int n_patches_per_circle
static ::ExceptionBase & ExcRadialVariableHasNegativeValues(double arg1)
#define DEAL_II_NAMESPACE_OPEN
virtual void build_patches(const unsigned int n_patches_per_circle, const unsigned int n_subdivisions=0)
#define DeclException1(Exception1, type1, outsequence)
static const unsigned int space_dimension
std::vector< Point< spacedim > > patch_evaluation_points
const unsigned int n_datasets
virtual cell_iterator next_cell(const cell_iterator &cell)
static const unsigned int dimension
typename Triangulation< DoFHandlerType::dimension, DoFHandlerType::space_dimension >::cell_iterator cell_iterator
const std::vector< std::shared_ptr<::hp::FECollection< dim, spacedim > > > finite_elements
const unsigned int n_subdivisions
const UpdateFlags update_flags
#define DEAL_II_NAMESPACE_CLOSE