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


Public Member Functions | |
| BulkIntegralAcc () | |
| Default constructor. More... | |
| BulkIntegralAcc (std::shared_ptr< EvalPoints > eval_points, Quadrature *quad, PatchFEValues< 3 > *pfev, ElementCacheMap *element_cache_map) | |
| Constructor of bulk integral. More... | |
| ~BulkIntegralAcc () | |
| Destructor. More... | |
| Range< BulkPoint > | points (unsigned int element_patch_idx) const |
| Returns range of bulk local points for appropriate cell accessor. More... | |
| FeQ< Scalar > | JxW () |
| Register the product of Jacobian determinant and the quadrature weight at bulk quadrature points. More... | |
| FeQ< Vector > | coords () |
| Create bulk accessor of coords entity. More... | |
| ElQ< Scalar > | determinant () |
| Create bulk accessor of jac determinant entity. More... | |
| FeQArray< Scalar > | scalar_shape (uint component_idx=0) |
Return the value of the function_no-th shape function at the p bulk quadrature point. More... | |
| FeQArray< Vector > | vector_shape (uint component_idx=0) |
Return the value of the function_no-th vector shape function at the p bulk quadrature point. More... | |
| FeQArray< Vector > | grad_scalar_shape (uint component_idx=0) |
Return the value of the function_no-th gradient shape function at the p bulk quadrature point. 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 bulk quadrature point. More... | |
| FeQArray< Scalar > | vector_divergence (uint component_idx=0) |
Return the value of the function_no-th vector divergence at the p bulk quadrature point. More... | |
Public Member Functions inherited from BulkIntegral | |
| 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... | |
Private Attributes | |
| internal::IntegralFactory< qdim > | factory_ |
| Defines interface of operation accessors declaration. More... | |
Additional Inherited Members | |
Protected Attributes inherited from BulkIntegral | |
| 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... | |
New Integral accessor class, replace of BulkIntegral, will be merged with BulkIntegral
IN DEVELOPMENT
Definition at line 306 of file integral_acc.hh.
|
inline |
Default constructor.
Definition at line 309 of file integral_acc.hh.
|
inline |
Constructor of bulk integral.
Definition at line 312 of file integral_acc.hh.
|
inline |
Destructor.
Definition at line 320 of file integral_acc.hh.
|
inline |
Create bulk accessor of coords entity.
Definition at line 342 of file integral_acc.hh.
|
inline |
Create bulk accessor of jac determinant entity.
Definition at line 351 of file integral_acc.hh.
|
inline |
Return the value of the function_no-th gradient shape function at the p bulk quadrature point.
| component_idx | Number of the shape function. |
Definition at line 387 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 398 of file integral_acc.hh.
|
inline |
Register the product of Jacobian determinant and the quadrature weight at bulk quadrature points.
| quad | Quadrature. |
Definition at line 336 of file integral_acc.hh.
|
inline |
Returns range of bulk local points for appropriate cell accessor.
Definition at line 324 of file integral_acc.hh.
|
inline |
Return the value of the function_no-th shape function at the p bulk quadrature point.
| component_idx | Number of the shape function. |
Definition at line 362 of file integral_acc.hh.
|
inline |
Return the value of the function_no-th vector divergence at the p bulk quadrature point.
| component_idx | Number of the shape function. |
Definition at line 420 of file integral_acc.hh.
|
inline |
Return the value of the function_no-th vector shape function at the p bulk quadrature point.
| component_idx | Number of the shape function. |
Definition at line 373 of file integral_acc.hh.
|
inline |
Return the value of the function_no-th vector symmetric gradient at the p bulk quadrature point.
| component_idx | Number of the shape function. |
Definition at line 409 of file integral_acc.hh.
|
private |
Defines interface of operation accessors declaration.
Definition at line 427 of file integral_acc.hh.