Flow123d  DF_patch_fe_mechanics-5faa023
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 ()=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...
 

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 ( )
delete

Forbidden default constructor.

◆ ElQ() [2/2]

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

Constructor.

Definition at line 38 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 46 of file op_accessors.hh.


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