|
Flow123d
DF_patch_fe_data_tables-5938e3d
|
#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_ |
| unsigned int | op_idx_ |
| Index of the first component of the bulk Quantity. Size is given by ValueType. More... | |
Definition at line 52 of file patch_fe_values.hh.
|
inline |
Constructor.
Definition at line 58 of file patch_fe_values.hh.
Definition at line 872 of file patch_fe_values.hh.
Definition at line 878 of file patch_fe_values.hh.
Definition at line 890 of file patch_fe_values.hh.
Definition at line 896 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 |
Definition at line 67 of file patch_fe_values.hh.
|
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 |
Reference to PatchPointValues.
Definition at line 66 of file patch_fe_values.hh.