Flow123d  DF_patch_fe_darcy_complete-579fe1e
Public Member Functions | Private Attributes | List of all members
ElQ< ValueType > Class Template Reference

#include <op_accessors.hh>

Collaboration diagram for ElQ< ValueType >:
Collaboration graph
[legend]

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...
 

Detailed Description

template<class ValueType>
class ElQ< ValueType >

Definition at line 32 of file op_accessors.hh.

Constructor & Destructor Documentation

◆ ElQ() [1/2]

template<class ValueType >
ElQ< ValueType >::ElQ ( )
inline

Default constructor.

Used only in template specialization of CoplingIntegral. DO NOT USE in other cases.

Definition at line 39 of file op_accessors.hh.

◆ ElQ() [2/2]

template<class ValueType >
ElQ< ValueType >::ElQ ( PatchOp< 3 > *  op)
inline

Constructor.

Definition at line 43 of file op_accessors.hh.

Member Function Documentation

◆ operator()() [1/2]

template<class ValueType >
ValueType ElQ< ValueType >::operator() ( const BulkPoint point) const
inline

Definition at line 28 of file op_accessors_impl.hh.

◆ operator()() [2/2]

template<class ValueType >
ValueType ElQ< ValueType >::operator() ( const SidePoint point) const
inline

Definition at line 33 of file op_accessors_impl.hh.

Member Data Documentation

◆ patch_op_

template<class ValueType >
PatchOp<3>* ElQ< ValueType >::patch_op_
private

Pointer to operation.

Definition at line 51 of file op_accessors.hh.


The documentation for this class was generated from the following files: