|
Flow123d
DF_patch_fe_data_tables-c2acf05
|
#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() (FMT_UNUSED const BulkPoint &point) |
| ValueType | operator() (FMT_UNUSED const SidePoint &point) |
| Vector | operator() (const BulkPoint &point) |
| Tensor | operator() (const BulkPoint &point) |
| Vector | operator() (const SidePoint &point) |
| Tensor | operator() (const SidePoint &point) |
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 53 of file patch_fe_values.hh.
|
inline |
Constructor.
Definition at line 59 of file patch_fe_values.hh.
Definition at line 887 of file patch_fe_values.hh.
Definition at line 893 of file patch_fe_values.hh.
Definition at line 905 of file patch_fe_values.hh.
Definition at line 911 of file patch_fe_values.hh.
| ValueType ElQ< ValueType >::operator() | ( | FMT_UNUSED const BulkPoint & | point | ) |
| ValueType ElQ< ValueType >::operator() | ( | FMT_UNUSED const SidePoint & | point | ) |
|
private |
Index of operation in patch_point_vals_.operations vector.
Definition at line 68 of file patch_fe_values.hh.
|
private |
Reference to PatchPointValues.
Definition at line 67 of file patch_fe_values.hh.