|
Flow123d
DF_patch_fe_mechanics-5faa023
|
#include <op_accessors.hh>

Public Member Functions | |
| ElQ ()=delete | |
| Forbidden default constructor. More... | |
| ElQ (PatchOp< 3 > *op) | |
| Constructor. More... | |
| ValueType | operator() (const BulkPoint &point) const |
| ValueType | operator() (const SidePoint &point) const |
Private Attributes | |
| PatchOp< 3 > * | patch_op_ |
| Pointer to operation. More... | |
Definition at line 32 of file op_accessors.hh.
Constructor.
Definition at line 38 of file op_accessors.hh.
|
inline |
Definition at line 28 of file op_accessors_impl.hh.
|
inline |
Definition at line 33 of file op_accessors_impl.hh.
Pointer to operation.
Definition at line 46 of file op_accessors.hh.