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

Public Member Functions | |
| FeQJoin () | |
| Default constructor. More... | |
| FeQJoin (PatchOp< 3 > *patch_op_bulk, PatchOp< 3 > *patch_op_side, PatchOp< 3 > *patch_op_zero_bulk, PatchOp< 3 > *patch_op_zero_side) | |
| unsigned int | n_dofs_low () const |
| unsigned int | n_dofs_high () const |
| unsigned int | n_dofs_both () const |
| bool | is_high_dim (unsigned int i_join_idx) const |
| FeQ< ValueType > | shape (unsigned int i_join_idx) const |
Private Attributes | |
| PatchOp< 3 > * | patch_op_bulk_ |
| Pointer to bulk operation. More... | |
| PatchOp< 3 > * | patch_op_side_ |
| Pointer to side operation. More... | |
| PatchOp< 3 > * | patch_op_zero_bulk_ |
| Pointer to bulk zero operation. More... | |
| PatchOp< 3 > * | patch_op_zero_side_ |
| Pointer to side zero operation. More... | |
| unsigned int | n_dofs_high_ |
| Number of DOFs on high-dim element. More... | |
| unsigned int | n_dofs_low_ |
| Number of DOFs on low-dim element. More... | |
Definition at line 113 of file op_accessors.hh.
Default constructor.
Definition at line 116 of file op_accessors.hh.
|
inline |
Constructor
| patch_op_bulk | Pointer to PatchOP bulk object. |
| patch_op_side | Pointer to PatchOp side object. |
| patch_op_zero_bulk | Pointer to zero PatchOP bulk object. |
| patch_op_zero_side | Pointer to zero PatchOp side object. |
Definition at line 128 of file op_accessors.hh.
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Number of DOFs on high-dim element.
Definition at line 178 of file op_accessors.hh.
|
private |
Number of DOFs on low-dim element.
Definition at line 179 of file op_accessors.hh.
Pointer to bulk operation.
Definition at line 174 of file op_accessors.hh.
Pointer to side operation.
Definition at line 175 of file op_accessors.hh.
Pointer to bulk zero operation.
Definition at line 176 of file op_accessors.hh.
Pointer to side zero operation.
Definition at line 177 of file op_accessors.hh.