|
Flow123d
DF_patch_fe_data_tables-32b3de9
|
#include <patch_fe_values.hh>

Public Member Functions | |
| ElQ ()=delete | |
| Forbidden default constructor. More... | |
| ElQ (PatchPointValues< 3 > &patch_point_vals, unsigned int begin) | |
| 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_ |
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 1140 of file patch_fe_values.hh.
Definition at line 1146 of file patch_fe_values.hh.
Definition at line 1158 of file patch_fe_values.hh.
Definition at line 1164 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 66 of file patch_fe_values.hh.
|
private |
Reference to PatchPointValues.
Definition at line 65 of file patch_fe_values.hh.