|
Flow123d
DF_patch_fe_data_tables-5938e3d
|
#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 73 of file patch_fe_values.hh.
|
inline |
Definition at line 79 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 914 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 932 of file patch_fe_values.hh.
Definition at line 908 of file patch_fe_values.hh.
Definition at line 926 of file patch_fe_values.hh.
|
private |
Index of the first component of the Quantity. Size is given by ValueType.
Definition at line 92 of file patch_fe_values.hh.
|
private |
Number of DOFs.
Definition at line 93 of file patch_fe_values.hh.
|
private |
Reference to PatchPointValues.
Definition at line 91 of file patch_fe_values.hh.