|
Flow123d
DF_patch_fe_darcy_complete-579fe1e
|
#include <integral_acc.hh>

Public Member Functions | |
| IntegralFactory () | |
| IntegralFactory (PatchFEValues< 3 > *pfev, ElementCacheMap *element_cache_map, std::shared_ptr< FiniteElement< dim > > fe, Quadrature *quad) | |
| template<class OpType > | |
| PatchOp< 3 > * | make_patch_op () |
| Factory method. Creates operation of given OpType. More... | |
| template<class OpType > | |
| PatchOp< 3 > * | make_elem_patch_op () |
| Factory method. Creates element / side operation of given OpType. More... | |
| template<class ValueType , template< unsigned int, class, unsigned int > class OpType, class Domain > | |
| FeQArray< ValueType > | make_qarray (uint component_idx=0) |
| Factory method. Same as previous but creates FE operation. More... | |
Public Attributes | |
| PatchFEValues< 3 > * | patch_fe_values_ |
| ElementCacheMap * | element_cache_map_ |
| std::shared_ptr< FiniteElement< dim > > | fe_ |
| Quadrature * | quad_ |
Provides methods that allows construction of operations..
Definition at line 82 of file integral_acc.hh.
|
inline |
Definition at line 86 of file integral_acc.hh.
|
inline |
Definition at line 90 of file integral_acc.hh.
|
inline |
Factory method. Creates element / side operation of given OpType.
Definition at line 102 of file integral_acc.hh.
|
inline |
Factory method. Creates operation of given OpType.
Definition at line 96 of file integral_acc.hh.
|
inline |
Factory method. Same as previous but creates FE operation.
Definition at line 108 of file integral_acc.hh.
| ElementCacheMap* internal::IntegralFactory< dim >::element_cache_map_ |
Definition at line 114 of file integral_acc.hh.
| std::shared_ptr< FiniteElement<dim> > internal::IntegralFactory< dim >::fe_ |
Definition at line 115 of file integral_acc.hh.
| PatchFEValues<3>* internal::IntegralFactory< dim >::patch_fe_values_ |
Definition at line 113 of file integral_acc.hh.
| Quadrature* internal::IntegralFactory< dim >::quad_ |
Definition at line 116 of file integral_acc.hh.