Loading [MathJax]/extensions/TeX/newcommand.js
 deal.II version GIT relicensing-2657-g43ecde61a7 2025-02-18 02:30:00+00:00
\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}} \newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=} \newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]} \newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Classes | Functions
internal::DataOutFacesImplementation Namespace Reference

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)
 

Function Documentation

◆ append_patch_to_list()

template<int dim, int spacedim>
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.