|
Flow123d
DF_patch_fe_data_tables-22c8b57
|
#include <patch_fe_values.hh>

Public Member Functions | |
| FeQ ()=delete | |
| Forbidden default constructor. More... | |
| FeQ (PatchPointValues< 3 > &patch_point_vals, unsigned int begin, unsigned int n_dofs) | |
| ValueType | operator() (FMT_UNUSED unsigned int shape_idx, FMT_UNUSED const BulkPoint &point) |
| ValueType | operator() (FMT_UNUSED unsigned int shape_idx, FMT_UNUSED const SidePoint &point) |
| Vector | operator() (unsigned int shape_idx, const BulkPoint &point) |
| Tensor | operator() (FMT_UNUSED unsigned int shape_idx, FMT_UNUSED const BulkPoint &point) |
| Vector | operator() (unsigned int shape_idx, const SidePoint &point) |
| Tensor | operator() (FMT_UNUSED unsigned int shape_idx, FMT_UNUSED const SidePoint &point) |
Private Attributes | |
| PatchPointValues< 3 > & | patch_point_vals_ |
| Reference to PatchPointValues. More... | |
| unsigned int | begin_ |
| Index of the first component of the Quantity. Size is given by ValueType. More... | |
| unsigned int | n_dofs_ |
| Number of DOFs. More... | |
Definition at line 71 of file patch_fe_values.hh.
|
inline |
Definition at line 77 of file patch_fe_values.hh.
| ValueType FeQ< ValueType >::operator() | ( | FMT_UNUSED unsigned int | shape_idx, |
| FMT_UNUSED const BulkPoint & | point | ||
| ) |
|
inline |
Definition at line 1191 of file patch_fe_values.hh.
| ValueType FeQ< ValueType >::operator() | ( | FMT_UNUSED unsigned int | shape_idx, |
| FMT_UNUSED const SidePoint & | point | ||
| ) |
|
inline |
Definition at line 1209 of file patch_fe_values.hh.
Definition at line 1185 of file patch_fe_values.hh.
Definition at line 1203 of file patch_fe_values.hh.
|
private |
Index of the first component of the Quantity. Size is given by ValueType.
Definition at line 90 of file patch_fe_values.hh.
|
private |
Number of DOFs.
Definition at line 91 of file patch_fe_values.hh.
|
private |
Reference to PatchPointValues.
Definition at line 89 of file patch_fe_values.hh.