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

Public Member Functions | |
| FeQ () | |
| FeQ (PatchOp< 3 > *patch_op) | |
| FeQ (PatchOp< 3 > *patch_op_bulk, PatchOp< 3 > *patch_op_side, unsigned int i_shape_fn_idx) | |
| Constructor used only in FeQArray::shape() More... | |
| ValueType | operator() (const BulkPoint &point) const |
| ValueType | operator() (const SidePoint &point) const |
Private Attributes | |
| PatchOp< 3 > * | patch_op_bulk_ |
| Pointer to bulk operation. More... | |
| PatchOp< 3 > * | patch_op_side_ |
| Pointer to side operation. More... | |
| unsigned int | i_shape_fn_idx_ |
| Index of shape function. More... | |
Definition at line 56 of file op_accessors.hh.
Default constructor.
Used only in template specialization of CoplingIntegral. DO NOT USE in other cases.
Definition at line 63 of file op_accessors.hh.
Definition at line 67 of file op_accessors.hh.
|
inline |
Constructor used only in FeQArray::shape()
Definition at line 74 of file op_accessors.hh.
|
inline |
Definition at line 38 of file op_accessors_impl.hh.
|
inline |
Definition at line 44 of file op_accessors_impl.hh.
|
private |
Index of shape function.
Definition at line 85 of file op_accessors.hh.
Pointer to bulk operation.
Definition at line 83 of file op_accessors.hh.
Pointer to side operation.
Definition at line 84 of file op_accessors.hh.