Flow123d
DF_patch_fe_data_tables-1a16803
|
#include <patch_fe_values.hh>
Public Member Functions | |
ElQ ()=delete | |
Forbidden default constructor. More... | |
ElQ (PatchPointValues< 3 > &patch_point_vals, unsigned int begin, 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 | begin_ |
Index of the first component of the bulk Quantity. Size is given by ValueType. 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 898 of file patch_fe_values.hh.
Definition at line 904 of file patch_fe_values.hh.
Definition at line 916 of file patch_fe_values.hh.
Definition at line 922 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 the first component of the bulk Quantity. Size is given by ValueType.
Definition at line 68 of file patch_fe_values.hh.
|
private |
Index of operation in patch_point_vals_.operations vector.
Definition at line 69 of file patch_fe_values.hh.
|
private |
Reference to PatchPointValues.
Definition at line 67 of file patch_fe_values.hh.