|
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_faces_h
17 #define dealii_data_out_faces_h
32 namespace DataOutFacesImplementation
39 template <
int dim,
int spacedim>
45 const std::vector<unsigned int> &n_postprocessor_outputs,
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);
void build_one_patch(const FaceDescriptor *cell_and_face, internal::DataOutFacesImplementation::ParallelData< dimension, dimension > &data, DataOutBase::Patch< dimension - 1, space_dimension > &patch)
virtual void build_patches(const unsigned int n_subdivisions=0)
virtual FaceDescriptor first_face()
std::vector< Point< spacedim > > patch_evaluation_points
static const unsigned int space_dimension
Abstract base class for mapping classes.
#define DEAL_II_NAMESPACE_OPEN
static const unsigned int dimension
const unsigned int n_datasets
typename DataOut_DoFData< DoFHandlerType, dimension - 1, dimension >::cell_iterator cell_iterator
virtual FaceDescriptor next_face(const FaceDescriptor &face)
DataOutFaces(const bool surface_only=true)
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
ParallelData(const unsigned int n_datasets, const unsigned int n_subdivisions, 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)
typename std::pair< cell_iterator, unsigned int > FaceDescriptor