deal.II version GIT relicensing-2171-g98af52917d 2024-11-23 14:40:00+00:00
|
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.