Reference documentation for deal.II version 9.6.0
|
Classes | |
struct | ParallelData |
Functions | |
template<int dim, int spacedim> | |
void | append_patch_to_list (const std::vector< DataOutBase::Patch< DataOutRotation< dim, spacedim >::patch_dim, DataOutRotation< dim, spacedim >::patch_spacedim > > &new_patches, std::vector< DataOutBase::Patch< DataOutRotation< dim, spacedim >::patch_dim, DataOutRotation< dim, spacedim >::patch_spacedim > > &patches) |
void internal::DataOutRotationImplementation::append_patch_to_list | ( | const std::vector< DataOutBase::Patch< DataOutRotation< dim, spacedim >::patch_dim, DataOutRotation< dim, spacedim >::patch_spacedim > > & | new_patches, |
std::vector< DataOutBase::Patch< DataOutRotation< dim, spacedim >::patch_dim, DataOutRotation< 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 85 of file data_out_rotation.cc.