|
Flow123d
DF_patch_fe_mechanics-ccea6e4
|
#include <patch_fe_values.hh>

Public Member Functions | |
| FeQArray ()=delete | |
| Forbidden default constructor. More... | |
| FeQArray (PatchPointValues< 3 > *patch_point_vals, bool is_bulk, unsigned int op_idx, unsigned int n_dofs) | |
| FeQ< ValueType > | shape (unsigned int i_shape_fn_idx) const |
| unsigned int | n_dofs () const |
| Return number of DOFs. More... | |
Private Attributes | |
| PatchPointValues< 3 > * | patch_point_vals_bulk_ |
| Reference to bulk PatchPointValues. More... | |
| PatchPointValues< 3 > * | patch_point_vals_side_ |
| Reference to side PatchPointValues. More... | |
| unsigned int | op_idx_ |
| Index of operation in patch_point_vals_.operations vector. More... | |
| unsigned int | n_dofs_ |
| Number of DOFs. More... | |
Definition at line 103 of file patch_fe_values.hh.
Forbidden default constructor.
|
inline |
Definition at line 109 of file patch_fe_values.hh.
|
inline |
Return number of DOFs.
Definition at line 124 of file patch_fe_values.hh.

|
private |
Number of DOFs.
Definition at line 132 of file patch_fe_values.hh.
|
private |
Index of operation in patch_point_vals_.operations vector.
Definition at line 131 of file patch_fe_values.hh.
|
private |
Reference to bulk PatchPointValues.
Definition at line 129 of file patch_fe_values.hh.
|
private |
Reference to side PatchPointValues.
Definition at line 130 of file patch_fe_values.hh.