|
Flow123d
DF_patch_fe_darcy_complete-579fe1e
|
#include <op_accessors.hh>

Public Member Functions | |
| ElQ () | |
| 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.
Default constructor.
Used only in template specialization of CoplingIntegral. DO NOT USE in other cases.
Definition at line 39 of file op_accessors.hh.
Constructor.
Definition at line 43 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 51 of file op_accessors.hh.