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


Public Member Functions | |
| BulkIntegral () | |
| Default constructor. More... | |
| BulkIntegral (std::shared_ptr< EvalPoints > eval_points, Quadrature *quad, unsigned int dim) | |
| Constructor of bulk integral. More... | |
| ~BulkIntegral () | |
| Destructor. More... | |
| int | get_subset_idx () const |
| Return index of data block according to subset in EvalPoints object. More... | |
| Range< BulkPoint > | points (unsigned int element_patch_idx, const ElementCacheMap *elm_cache_map) const |
| Returns range of bulk local points for appropriate cell 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... | |
Protected Attributes | |
| std::shared_ptr< internal_integrals::Bulk > | internal_bulk_ |
| Internal integral 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... | |
Integral class of bulk points, allows assemblation of volume integrals.
Definition at line 255 of file integral_acc.hh.
|
inline |
Default constructor.
Definition at line 258 of file integral_acc.hh.
|
inline |
Constructor of bulk integral.
Definition at line 261 of file integral_acc.hh.
| BulkIntegral::~BulkIntegral | ( | ) |
Destructor.
Definition at line 38 of file integral_acc.cc.
|
inline |
Return index of data block according to subset in EvalPoints object.
Definition at line 283 of file integral_acc.hh.
|
inline |
Returns range of bulk local points for appropriate cell accessor - obsolete method.
Definition at line 289 of file integral_acc.hh.
|
protected |
Internal integral object.
Definition at line 297 of file integral_acc.hh.