Flow123d  DF_patch_fe_darcy_complete-579fe1e
Static Public Member Functions | Private Member Functions | List of all members
Op::FuncHelper< spacedim > Class Template Reference

#include <op_function.hh>

Static Public Member Functions

static void fill_reduce_element_data_vec (PatchPointValues< spacedim > &ppv, ArenaVec< double > &source, ArenaVec< double > &target)
 

Private Member Functions

 FuncHelper ()
 Forbidden constructor. More...
 

Detailed Description

template<unsigned int spacedim = 3>
class Op::FuncHelper< spacedim >

Holds common functionality of patch operations.

Definition at line 196 of file op_function.hh.

Constructor & Destructor Documentation

◆ FuncHelper()

template<unsigned int spacedim = 3>
Op::FuncHelper< spacedim >::FuncHelper ( )
inlineprivate

Forbidden constructor.

Definition at line 208 of file op_function.hh.

Member Function Documentation

◆ fill_reduce_element_data_vec()

template<unsigned int spacedim = 3>
static void Op::FuncHelper< spacedim >::fill_reduce_element_data_vec ( PatchPointValues< spacedim > &  ppv,
ArenaVec< double > &  source,
ArenaVec< double > &  target 
)
inlinestatic

Copy reduced data from 'source' to 'target' ArenaVec. Mapping of reduced data is giben by 'ppv' data.

Definition at line 201 of file op_function.hh.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: