Flow123d
DF_patch_fe_data_tables-956a7bc
|
#include <patch_fe_values.hh>
Public Member Functions | |
FeQ ()=delete | |
Forbidden default constructor. More... | |
FeQ (PatchPointValues< 3 > &patch_point_vals, unsigned int op_idx, 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() (unsigned int shape_idx, 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 | op_idx_ |
Index of operation in patch_point_vals_.operations vector. 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 | ||
) |
ValueType FeQ< ValueType >::operator() | ( | FMT_UNUSED unsigned int | shape_idx, |
FMT_UNUSED const SidePoint & | point | ||
) |
|
inline |
Definition at line 939 of file patch_fe_values.hh.
Definition at line 915 of file patch_fe_values.hh.
Definition at line 921 of file patch_fe_values.hh.
Definition at line 933 of file patch_fe_values.hh.
|
private |
Number of DOFs.
Definition at line 93 of file patch_fe_values.hh.
|
private |
Index of operation in patch_point_vals_.operations vector.
Definition at line 92 of file patch_fe_values.hh.
|
private |
Reference to PatchPointValues.
Definition at line 91 of file patch_fe_values.hh.