|
Flow123d
DF_patch_fe_mechanics-a6ba684
|
#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 51 of file patch_fe_values.hh.
|
inline |
Constructor.
Definition at line 57 of file patch_fe_values.hh.
Definition at line 1360 of file patch_fe_values.hh.
Definition at line 1366 of file patch_fe_values.hh.
Definition at line 1372 of file patch_fe_values.hh.
Definition at line 1378 of file patch_fe_values.hh.
Definition at line 1384 of file patch_fe_values.hh.
Definition at line 1390 of file patch_fe_values.hh.
|
private |
Index of operation in patch_point_vals_.operations vector.
Definition at line 66 of file patch_fe_values.hh.
|
private |
Reference to PatchPointValues.
Definition at line 65 of file patch_fe_values.hh.