|
Flow123d
DF_patch_fe_mechanics-5faa023
|
#include <op_accessors.hh>

Public Member Functions | |
| FeQ ()=delete | |
| Forbidden default constructor. More... | |
| 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 51 of file op_accessors.hh.
Definition at line 57 of file op_accessors.hh.
|
inline |
Constructor used only in FeQArray::shape()
Definition at line 64 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 75 of file op_accessors.hh.
Pointer to bulk operation.
Definition at line 73 of file op_accessors.hh.
Pointer to side operation.
Definition at line 74 of file op_accessors.hh.