
Public Member Functions | |
| template<class FE > | |
| ParallelData (const Quadrature< dim > &quadrature, const unsigned int n_components, 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::vector< unsigned int > > &cell_to_patch_index_map, const FE &finite_elements, const UpdateFlags update_flags) | |
Public Attributes | |
| const ::hp::QCollection< dim > | q_collection |
| const ::hp::MappingCollection < dim, spacedim > | mapping_collection |
| ::hp::FEValues< dim, spacedim > | x_fe_values |
| std::vector< Point< spacedim > > | patch_evaluation_points |
| const std::vector< std::vector < unsigned int > > * | cell_to_patch_index_map |
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 108 of file data_out.h.
| internal::DataOut::ParallelData< dim, spacedim >::ParallelData | ( | const Quadrature< dim > & | quadrature, |
| const unsigned int | n_components, | ||
| 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::vector< unsigned int > > & | cell_to_patch_index_map, | ||
| const FE & | finite_elements, | ||
| const UpdateFlags | update_flags | ||
| ) |
| const ::hp::QCollection<dim> internal::DataOut::ParallelData< dim, spacedim >::q_collection |
Definition at line 121 of file data_out.h.
| const ::hp::MappingCollection<dim,spacedim> internal::DataOut::ParallelData< dim, spacedim >::mapping_collection |
Definition at line 122 of file data_out.h.
| ::hp::FEValues<dim,spacedim> internal::DataOut::ParallelData< dim, spacedim >::x_fe_values |
Definition at line 123 of file data_out.h.
| std::vector<Point<spacedim> > internal::DataOut::ParallelData< dim, spacedim >::patch_evaluation_points |
Definition at line 125 of file data_out.h.
| const std::vector<std::vector<unsigned int> >* internal::DataOut::ParallelData< dim, spacedim >::cell_to_patch_index_map |
Definition at line 127 of file data_out.h.
documentation generated on Fri Feb 3 2012 06:04:14 by
doxygen
1.7.2