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

Public Member Functions | |
| FeQArray ()=delete | |
| Forbidden default constructor. More... | |
| FeQArray (PatchOp< 3 > *patch_op) | |
| FeQ< ValueType > | shape (unsigned int i_shape_fn_idx) const |
| unsigned int | n_dofs () const |
| Return number of DOFs. More... | |
Private Attributes | |
| PatchOp< 3 > * | patch_op_bulk_ |
| Pointer to bulk operation. More... | |
| PatchOp< 3 > * | patch_op_side_ |
| Pointer to side operation. More... | |
| unsigned int | n_dofs_ |
| Number of DOFs. More... | |
Definition at line 80 of file op_accessors.hh.
Forbidden default constructor.
Definition at line 86 of file op_accessors.hh.
|
inline |
Return number of DOFs.
Definition at line 101 of file op_accessors.hh.
|
private |
Number of DOFs.
Definition at line 108 of file op_accessors.hh.
Pointer to bulk operation.
Definition at line 106 of file op_accessors.hh.
Pointer to side operation.
Definition at line 107 of file op_accessors.hh.