Flow123d
DF_patch_fe_mechanics-c13f069
|
#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() (unsigned int shape_idx, FMT_UNUSED const BulkPoint &point) const |
ValueType | operator() (unsigned int shape_idx, FMT_UNUSED const SidePoint &point) const |
Vector | operator() (unsigned int shape_idx, const BulkPoint &point) const |
Tensor | operator() (unsigned int shape_idx, const BulkPoint &point) const |
Vector | operator() (unsigned int shape_idx, const SidePoint &point) const |
Tensor | operator() (unsigned int shape_idx, const SidePoint &point) const |
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 71 of file patch_fe_values.hh.
|
inline |
Definition at line 77 of file patch_fe_values.hh.
Definition at line 1402 of file patch_fe_values.hh.
Definition at line 1408 of file patch_fe_values.hh.
Definition at line 1420 of file patch_fe_values.hh.
Definition at line 1426 of file patch_fe_values.hh.
ValueType FeQ< ValueType >::operator() | ( | unsigned int | shape_idx, |
FMT_UNUSED const BulkPoint & | point | ||
) | const |
ValueType FeQ< ValueType >::operator() | ( | unsigned int | shape_idx, |
FMT_UNUSED const SidePoint & | point | ||
) | const |
|
private |
Number of DOFs.
Definition at line 91 of file patch_fe_values.hh.
|
private |
Index of operation in patch_point_vals_.operations vector.
Definition at line 90 of file patch_fe_values.hh.
|
private |
Reference to PatchPointValues.
Definition at line 89 of file patch_fe_values.hh.