|
Flow123d
DF_patch_fe_darcy_complete-579fe1e
|
Template specialization of previous class. More...
#include <integral_acc.hh>


Public Member Functions | |
| CouplingIntegralAcc () | |
| Default constructor. More... | |
| CouplingIntegralAcc (std::shared_ptr< EvalPoints > eval_points, Quadrature *quad, PatchFEValues< 3 > *pfev, ElementCacheMap *element_cache_map) | |
| Constructor of ngh integral. More... | |
| ~CouplingIntegralAcc () | |
| Destructor. More... | |
| Range< CouplingPoint > | points (FMT_UNUSED const DHCellSide &cell_side) const |
| Returns empty point range. More... | |
| FeQ< Scalar > | JxW () |
| Define empty operations. More... | |
| ElQ< Vector > | normal_vector () |
| FeQArray< Vector > | vector_shape (FMT_UNUSED uint component_idx=0) |
| FeQJoin< Scalar > | scalar_join_shape (FMT_UNUSED uint component_idx=0) |
| FeQJoin< Vector > | vector_join_shape (FMT_UNUSED uint component_idx=0) |
| FeQJoin< Tensor > | gradient_vector_join_shape (FMT_UNUSED uint component_idx=0) |
Public Member Functions inherited from CouplingIntegral | |
| CouplingIntegral () | |
| Default constructor. More... | |
| CouplingIntegral (std::shared_ptr< EvalPoints > eval_points, Quadrature *quad, unsigned int dim) | |
| Constructor of ngh integral. More... | |
| ~CouplingIntegral () | |
| Destructor. More... | |
| int | get_subset_high_idx () const |
| Return index of data block according to subset of higher dim in EvalPoints object. More... | |
| int | get_subset_low_idx () const |
| Return index of data block according to subset of lower dim in EvalPoints object. More... | |
| uint | bulk_begin () const |
| Range< CouplingPoint > | points (const DHCellSide &cell_side, const ElementCacheMap *elm_cache_map) const |
| Returns range of side local points for appropriate cell side accessor - obsolete method. More... | |
Public Member Functions inherited from internal::BaseIntegral | |
| BaseIntegral () | |
| Default constructor. More... | |
| BaseIntegral (std::shared_ptr< EvalPoints > eval_points, unsigned int dim) | |
| Constructor of bulk or side subset. More... | |
| virtual | ~BaseIntegral () |
| Destructor. More... | |
| std::shared_ptr< EvalPoints > | eval_points () const |
| Getter of eval_points. More... | |
| unsigned int | dim () const |
| Returns dimension. More... | |
Private Attributes | |
| internal::IntegralFactory< 3 > | factory_ |
| Defines interface of operation accessors declaration. More... | |
Additional Inherited Members | |
Protected Attributes inherited from CouplingIntegral | |
| std::shared_ptr< internal_integrals::Bulk > | internal_bulk_ |
| Integral according to bulk subset part (element of lower dim) in EvalPoints object. More... | |
| std::shared_ptr< internal_integrals::Edge > | internal_edge_ |
| Integral according to side subset part (element of higher dim) in EvalPoints object. More... | |
Protected Attributes inherited from internal::BaseIntegral | |
| std::shared_ptr< EvalPoints > | eval_points_ |
| Pointer to EvalPoints. More... | |
| unsigned int | dim_ |
| Dimension of the cell on which points are placed. More... | |
Template specialization of previous class.
Definition at line 823 of file integral_acc.hh.
|
inline |
Default constructor.
Definition at line 826 of file integral_acc.hh.
|
inline |
Constructor of ngh integral.
Definition at line 829 of file integral_acc.hh.
|
inline |
Destructor.
Definition at line 839 of file integral_acc.hh.
|
inline |
Definition at line 874 of file integral_acc.hh.
|
inline |
Define empty operations.
Definition at line 849 of file integral_acc.hh.
|
inline |
Definition at line 854 of file integral_acc.hh.
|
inline |
Returns empty point range.
Definition at line 843 of file integral_acc.hh.
|
inline |
Definition at line 864 of file integral_acc.hh.
|
inline |
Definition at line 869 of file integral_acc.hh.
|
inline |
Definition at line 859 of file integral_acc.hh.
|
private |
Defines interface of operation accessors declaration.
Definition at line 881 of file integral_acc.hh.