Reference documentation for deal.II version 9.6.0
|
#include <deal.II/numerics/data_out.h>
Public Member Functions | |
ParallelData (const unsigned int n_datasets, const unsigned int n_subdivisions, const std::vector< unsigned int > &n_postprocessor_outputs, const ::hp::MappingCollection< dim, spacedim > &mapping, const std::vector< std::shared_ptr<::hp::FECollection< dim, spacedim > > > &finite_elements, const UpdateFlags update_flags, const std::vector< std::vector< unsigned int > > &cell_to_patch_index_map) | |
void | reinit_all_fe_values (std::vector< std::shared_ptr< DataEntryBase< dim, spacedim > > > &dof_data, const typename ::Triangulation< dim, spacedim >::cell_iterator &cell, const unsigned int face=numbers::invalid_unsigned_int) |
const FEValuesBase< dim, spacedim > & | get_present_fe_values (const unsigned int dataset) const |
void | resize_system_vectors (const unsigned int n_components) |
Public Attributes | |
std::vector< Point< spacedim > > | patch_evaluation_points |
const std::vector< std::vector< unsigned int > > * | cell_to_patch_index_map |
const unsigned int | n_datasets |
const unsigned int | n_subdivisions |
DataPostprocessorInputs::Scalar< spacedim > | patch_values_scalar |
DataPostprocessorInputs::Vector< spacedim > | patch_values_system |
std::vector< std::vector<::Vector< double > > > | postprocessed_values |
const ::hp::MappingCollection< dim, spacedim > | mapping_collection |
const std::vector< std::shared_ptr<::hp::FECollection< dim, spacedim > > > | finite_elements |
const UpdateFlags | update_flags |
std::vector< std::shared_ptr<::hp::FEValues< dim, spacedim > > > | x_fe_values |
std::vector< std::shared_ptr<::hp::FEFaceValues< dim, spacedim > > > | x_fe_face_values |
A derived class for use in the DataOut class. This is a class for the AdditionalData kind of data structure discussed in the documentation of the WorkStream context.
Definition at line 40 of file data_out.h.
internal::DataOutImplementation::ParallelData< dim, spacedim >::ParallelData | ( | const unsigned int | n_datasets, |
const unsigned int | n_subdivisions, | ||
const std::vector< unsigned int > & | n_postprocessor_outputs, | ||
const ::hp::MappingCollection< dim, spacedim > & | mapping, | ||
const std::vector< std::shared_ptr<::hp::FECollection< dim, spacedim > > > & | finite_elements, | ||
const UpdateFlags | update_flags, | ||
const std::vector< std::vector< unsigned int > > & | cell_to_patch_index_map ) |
Definition at line 42 of file data_out.cc.
|
inherited |
|
inherited |
|
inherited |
std::vector<Point<spacedim> > internal::DataOutImplementation::ParallelData< dim, spacedim >::patch_evaluation_points |
Definition at line 53 of file data_out.h.
const std::vector<std::vector<unsigned int> >* internal::DataOutImplementation::ParallelData< dim, spacedim >::cell_to_patch_index_map |
Definition at line 55 of file data_out.h.
|
inherited |
Definition at line 433 of file data_out_dof_data.h.
|
inherited |
Definition at line 434 of file data_out_dof_data.h.
|
inherited |
Definition at line 436 of file data_out_dof_data.h.
|
inherited |
Definition at line 437 of file data_out_dof_data.h.
|
inherited |
Definition at line 438 of file data_out_dof_data.h.
|
inherited |
Definition at line 440 of file data_out_dof_data.h.
|
inherited |
Definition at line 443 of file data_out_dof_data.h.
|
inherited |
Definition at line 444 of file data_out_dof_data.h.
|
inherited |
Definition at line 447 of file data_out_dof_data.h.
|
inherited |
Definition at line 449 of file data_out_dof_data.h.