Flow123d  DF_patch_fe_mechanics-24d9721
Public Member Functions | Private Attributes | List of all members
ElQ< ValueType > Class Template Reference

#include <patch_fe_values.hh>

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

Public Member Functions

 ElQ ()=delete
 Forbidden default constructor. More...
 
 ElQ (PatchPointValues< 3 > &patch_point_vals, unsigned int op_idx)
 Constructor. More...
 
ValueType operator() (const BulkPoint &point) const
 
ValueType operator() (const SidePoint &point) const
 
Vector operator() (const BulkPoint &point) const
 
Tensor operator() (const BulkPoint &point) const
 
Vector operator() (const SidePoint &point) const
 
Tensor operator() (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...
 

Detailed Description

template<class ValueType>
class ElQ< ValueType >

Definition at line 51 of file patch_fe_values.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 ( PatchPointValues< 3 > &  patch_point_vals,
unsigned int  op_idx 
)
inline

Constructor.

Definition at line 57 of file patch_fe_values.hh.

Member Function Documentation

◆ operator()() [1/6]

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

Definition at line 1360 of file patch_fe_values.hh.

◆ operator()() [2/6]

Vector ElQ< Vector >::operator() ( const BulkPoint point) const
inline

Definition at line 1366 of file patch_fe_values.hh.

◆ operator()() [3/6]

Tensor ElQ< Tensor >::operator() ( const BulkPoint point) const
inline

Definition at line 1372 of file patch_fe_values.hh.

◆ operator()() [4/6]

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

Definition at line 1378 of file patch_fe_values.hh.

◆ operator()() [5/6]

Vector ElQ< Vector >::operator() ( const SidePoint point) const
inline

Definition at line 1384 of file patch_fe_values.hh.

◆ operator()() [6/6]

Tensor ElQ< Tensor >::operator() ( const SidePoint point) const
inline

Definition at line 1390 of file patch_fe_values.hh.

Member Data Documentation

◆ op_idx_

template<class ValueType >
unsigned int ElQ< ValueType >::op_idx_
private

Index of operation in patch_point_vals_.operations vector.

Definition at line 66 of file patch_fe_values.hh.

◆ patch_point_vals_

template<class ValueType >
PatchPointValues<3>& ElQ< ValueType >::patch_point_vals_
private

Reference to PatchPointValues.

Definition at line 65 of file patch_fe_values.hh.


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