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

Public Member Functions | |
| FeQArray () | |
| 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 90 of file op_accessors.hh.
Default constructor.
Definition at line 93 of file op_accessors.hh.
Definition at line 97 of file op_accessors.hh.
|
inline |
Return number of DOFs.
Definition at line 112 of file op_accessors.hh.
|
private |
Number of DOFs.
Definition at line 119 of file op_accessors.hh.
Pointer to bulk operation.
Definition at line 117 of file op_accessors.hh.
Pointer to side operation.
Definition at line 118 of file op_accessors.hh.