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

Public Member Functions | |
| FeQ ()=delete | |
| Forbidden default constructor. More... | |
| FeQ (PatchPointValues< 3 > *patch_point_vals, bool is_bulk, unsigned int op_idx) | |
| FeQ (PatchPointValues< 3 > *patch_point_vals_bulk, PatchPointValues< 3 > *patch_point_vals_side, unsigned int op_idx, 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 |
| Vector | operator() (const BulkPoint &point) const |
| Tensor | operator() (const BulkPoint &point) const |
| Vector | operator() (const SidePoint &point) const |
| Tensor | operator() (const SidePoint &point) const |
Private Attributes | |
| PatchPointValues< 3 > * | patch_point_vals_bulk_ |
| Pointer to bulk PatchPointValues. More... | |
| PatchPointValues< 3 > * | patch_point_vals_side_ |
| Pointer to side PatchPointValues. More... | |
| unsigned int | op_idx_ |
| Index of operation in patch_point_vals_.operations vector. More... | |
| unsigned int | i_shape_fn_idx_ |
| Index of shape function. More... | |
Definition at line 68 of file patch_fe_values.hh.
|
inline |
Definition at line 74 of file patch_fe_values.hh.
|
inline |
Constructor used only in FeQArray::shape()
Definition at line 81 of file patch_fe_values.hh.
Definition at line 1397 of file patch_fe_values.hh.
Definition at line 1405 of file patch_fe_values.hh.
Definition at line 1413 of file patch_fe_values.hh.
Definition at line 1421 of file patch_fe_values.hh.
Definition at line 1429 of file patch_fe_values.hh.
Definition at line 1437 of file patch_fe_values.hh.
|
private |
Index of shape function.
Definition at line 98 of file patch_fe_values.hh.
|
private |
Index of operation in patch_point_vals_.operations vector.
Definition at line 97 of file patch_fe_values.hh.
|
private |
Pointer to bulk PatchPointValues.
Definition at line 95 of file patch_fe_values.hh.
|
private |
Pointer to side PatchPointValues.
Definition at line 96 of file patch_fe_values.hh.