Reference documentation for deal.II version 9.6.0
|
Classes | |
struct | ParallelData |
Functions | |
template<int dim, int spacedim> | |
void | append_patch_to_list (const DataOutBase::Patch< DataOutFaces< dim, spacedim >::patch_dim, DataOutFaces< dim, spacedim >::patch_spacedim > &patch, std::vector< DataOutBase::Patch< DataOutFaces< dim, spacedim >::patch_dim, DataOutFaces< dim, spacedim >::patch_spacedim > > &patches) |
void internal::DataOutFacesImplementation::append_patch_to_list | ( | const DataOutBase::Patch< DataOutFaces< dim, spacedim >::patch_dim, DataOutFaces< dim, spacedim >::patch_spacedim > & | patch, |
std::vector< DataOutBase::Patch< DataOutFaces< dim, spacedim >::patch_dim, DataOutFaces< dim, spacedim >::patch_spacedim > > & | patches ) |
In a WorkStream context, use this function to append the patch computed by the parallel stage to the array of patches.
Definition at line 70 of file data_out_faces.cc.