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,
115 template <
int dim,
typename DoFHandlerType = DoFHandler<dim>>
117 DoFHandlerType::dimension - 1,
118 DoFHandlerType::dimension>
125 static const unsigned int dimension = DoFHandlerType::dimension;
131 static const unsigned int space_dimension = DoFHandlerType::space_dimension;
261 template <
int dim,
typename DoFHandlerType = DoFHandler<dim>>
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)
const std::vector< std::shared_ptr<::hp::FECollection< dim, spacedim > > > finite_elements
std::vector< Point< spacedim > > patch_evaluation_points
Abstract base class for mapping classes.
const unsigned int n_datasets
#define DEAL_II_NAMESPACE_CLOSE
const unsigned int n_subdivisions
#define DEAL_II_NAMESPACE_OPEN
const UpdateFlags update_flags
typename std::pair< cell_iterator, unsigned int > FaceDescriptor
typename DataOut_DoFData< DoFHandlerType, dimension - 1, dimension >::cell_iterator cell_iterator
::DataOutFaces< dim, DoFHandlerType > DataOutFaces