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


Public Member Functions | |
| BoundaryIntegralAcc () | |
| Default constructor. More... | |
| BoundaryIntegralAcc (std::shared_ptr< EvalPoints > eval_points, Quadrature *quad, PatchFEValues< 3 > *pfev, ElementCacheMap *element_cache_map) | |
| ~BoundaryIntegralAcc () | |
| Destructor. More... | |
| Range< BoundaryPoint > | points (const DHCellSide &cell_side) const |
| Returns range of bulk local points for appropriate cell accessor. More... | |
| FeQ< Scalar > | JxW () |
| Same as BulkValues::JxW but register at side quadrature points. More... | |
| ElQ< Vector > | normal_vector () |
| Register the normal vector to a side at side quadrature points. More... | |
| FeQ< Vector > | coords () |
| Create side accessor of coords entity. More... | |
| ElQ< Scalar > | determinant () |
| Create bulk accessor of jac determinant entity. More... | |
| FeQArray< Scalar > | scalar_shape (uint component_idx=0) |
| Same as BulkValues::scalar_shape but register at side quadrature points. More... | |
| FeQArray< Vector > | vector_shape (uint component_idx=0) |
| Same as BulkValues::vector_shape but register at side quadrature points. More... | |
| FeQArray< Vector > | grad_scalar_shape (uint component_idx=0) |
| Same as BulkValues::grad_scalar_shape but register at side quadrature points. More... | |
| FeQArray< Tensor > | grad_vector_shape (uint component_idx=0) |
Return the value of the function_no-th gradient vector shape function at the p bulk quadrature point. More... | |
| FeQArray< Tensor > | vector_sym_grad (uint component_idx=0) |
Return the value of the function_no-th vector symmetric gradient at the p side quadrature point. More... | |
| FeQArray< Scalar > | vector_divergence (uint component_idx=0) |
Return the value of the function_no-th vector divergence at the p side quadrature point. More... | |
Public Member Functions inherited from BoundaryIntegral | |
| BoundaryIntegral () | |
| Default constructor. More... | |
| BoundaryIntegral (std::shared_ptr< EvalPoints > eval_points, Quadrature *quad, unsigned int dim) | |
| Constructor of bulk subset. More... | |
| ~BoundaryIntegral () | |
| 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 (boundary) in EvalPoints object. More... | |
| uint | bulk_begin () const |
| Range< BoundaryPoint > | points (const DHCellSide &cell_side, 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... | |
Private Attributes | |
| internal::IntegralFactory< qdim > | factory_ |
| Defines interface of operation accessors declaration. More... | |
Friends | |
| class | BoundaryPoint |
Additional Inherited Members | |
Protected Attributes inherited from BoundaryIntegral | |
| std::shared_ptr< internal_integrals::Bulk > | internal_bulk_ |
| Integral according to kower dim (boundary) element subset part in EvalPoints object. More... | |
| std::shared_ptr< internal_integrals::Edge > | internal_edge_ |
| Integral according to higher dim (bulk) element subset part 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... | |
Definition at line 939 of file integral_acc.hh.
|
inline |
Default constructor.
Definition at line 942 of file integral_acc.hh.
|
inline |
Definition at line 944 of file integral_acc.hh.
|
inline |
Destructor.
Definition at line 952 of file integral_acc.hh.
|
inline |
Create side accessor of coords entity.
Definition at line 985 of file integral_acc.hh.
|
inline |
Create bulk accessor of jac determinant entity.
Definition at line 991 of file integral_acc.hh.
|
inline |
Same as BulkValues::grad_scalar_shape but register at side quadrature points.
Definition at line 1009 of file integral_acc.hh.
|
inline |
Return the value of the function_no-th gradient vector shape function at the p bulk quadrature point.
| component_idx | Number of the shape function. |
Definition at line 1020 of file integral_acc.hh.
|
inline |
Same as BulkValues::JxW but register at side quadrature points.
Definition at line 969 of file integral_acc.hh.
|
inline |
Register the normal vector to a side at side quadrature points.
| quad | Quadrature. |
Definition at line 979 of file integral_acc.hh.
|
inline |
Returns range of bulk local points for appropriate cell accessor.
Definition at line 956 of file integral_acc.hh.
|
inline |
Same as BulkValues::scalar_shape but register at side quadrature points.
Definition at line 997 of file integral_acc.hh.
|
inline |
Return the value of the function_no-th vector divergence at the p side quadrature point.
| component_idx | Number of the shape function. |
Definition at line 1042 of file integral_acc.hh.
|
inline |
Same as BulkValues::vector_shape but register at side quadrature points.
Definition at line 1003 of file integral_acc.hh.
|
inline |
Return the value of the function_no-th vector symmetric gradient at the p side quadrature point.
| component_idx | Number of the shape function. |
Definition at line 1031 of file integral_acc.hh.
|
friend |
Definition at line 1051 of file integral_acc.hh.
|
private |
Defines interface of operation accessors declaration.
Definition at line 1049 of file integral_acc.hh.