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

Public Member Functions | |
| ElQ ()=delete | |
| Forbidden default constructor. More... | |
| ElQ (PatchPointValues< 3 > *patch_point_vals, unsigned int op_idx) | |
| Constructor. 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_ |
| Reference to PatchPointValues. More... | |
| unsigned int | op_idx_ |
| Index of operation in patch_point_vals_.operations vector. More... | |
Definition at line 48 of file patch_fe_values.hh.
|
inline |
Constructor.
Definition at line 54 of file patch_fe_values.hh.
Definition at line 1361 of file patch_fe_values.hh.
Definition at line 1367 of file patch_fe_values.hh.
Definition at line 1373 of file patch_fe_values.hh.
Definition at line 1379 of file patch_fe_values.hh.
Definition at line 1385 of file patch_fe_values.hh.
Definition at line 1391 of file patch_fe_values.hh.
|
private |
Index of operation in patch_point_vals_.operations vector.
Definition at line 63 of file patch_fe_values.hh.
|
private |
Reference to PatchPointValues.
Definition at line 62 of file patch_fe_values.hh.