Flow123d  DF_patch_fe_data_tables-5938e3d
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 begin, unsigned int op_idx)
 Constructor. More...
 
ValueType operator() (FMT_UNUSED const BulkPoint &point)
 
ValueType operator() (FMT_UNUSED const SidePoint &point)
 
Vector operator() (const BulkPoint &point)
 
Tensor operator() (const BulkPoint &point)
 
Vector operator() (const SidePoint &point)
 
Tensor operator() (const SidePoint &point)
 

Private Attributes

PatchPointValues< 3 > & patch_point_vals_
 Reference to PatchPointValues. More...
 
unsigned int begin_
 
unsigned int op_idx_
 Index of the first component of the bulk Quantity. Size is given by ValueType. More...
 

Detailed Description

template<class ValueType>
class ElQ< ValueType >

Definition at line 52 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  begin,
unsigned int  op_idx 
)
inline

Constructor.

Definition at line 58 of file patch_fe_values.hh.

Member Function Documentation

◆ operator()() [1/6]

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

Definition at line 872 of file patch_fe_values.hh.

◆ operator()() [2/6]

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

Definition at line 878 of file patch_fe_values.hh.

◆ operator()() [3/6]

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

Definition at line 890 of file patch_fe_values.hh.

◆ operator()() [4/6]

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

Definition at line 896 of file patch_fe_values.hh.

◆ operator()() [5/6]

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

◆ operator()() [6/6]

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

Member Data Documentation

◆ begin_

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

Definition at line 67 of file patch_fe_values.hh.

◆ op_idx_

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

Index of the first component of the bulk Quantity. Size is given by ValueType.

Definition at line 68 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 66 of file patch_fe_values.hh.


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