Flow123d  DF_patch_fe_mechanics-5faa023
Public Member Functions | Private Attributes | List of all members
FeQArray< ValueType > Class Template Reference

#include <op_accessors.hh>

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

Public Member Functions

 FeQArray ()=delete
 Forbidden default constructor. More...
 
 FeQArray (PatchOp< 3 > *patch_op)
 
FeQ< ValueType > shape (unsigned int i_shape_fn_idx) const
 
unsigned int n_dofs () const
 Return number of DOFs. More...
 

Private Attributes

PatchOp< 3 > * patch_op_bulk_
 Pointer to bulk operation. More...
 
PatchOp< 3 > * patch_op_side_
 Pointer to side operation. More...
 
unsigned int n_dofs_
 Number of DOFs. More...
 

Detailed Description

template<class ValueType>
class FeQArray< ValueType >

Definition at line 80 of file op_accessors.hh.

Constructor & Destructor Documentation

◆ FeQArray() [1/2]

template<class ValueType >
FeQArray< ValueType >::FeQArray ( )
delete

Forbidden default constructor.

◆ FeQArray() [2/2]

template<class ValueType >
FeQArray< ValueType >::FeQArray ( PatchOp< 3 > *  patch_op)
inline

Definition at line 86 of file op_accessors.hh.

Member Function Documentation

◆ n_dofs()

template<class ValueType >
unsigned int FeQArray< ValueType >::n_dofs ( ) const
inline

Return number of DOFs.

Definition at line 101 of file op_accessors.hh.

◆ shape()

template<class ValueType >
FeQ<ValueType> FeQArray< ValueType >::shape ( unsigned int  i_shape_fn_idx) const
inline

Definition at line 95 of file op_accessors.hh.

Here is the caller graph for this function:

Member Data Documentation

◆ n_dofs_

template<class ValueType >
unsigned int FeQArray< ValueType >::n_dofs_
private

Number of DOFs.

Definition at line 108 of file op_accessors.hh.

◆ patch_op_bulk_

template<class ValueType >
PatchOp<3>* FeQArray< ValueType >::patch_op_bulk_
private

Pointer to bulk operation.

Definition at line 106 of file op_accessors.hh.

◆ patch_op_side_

template<class ValueType >
PatchOp<3>* FeQArray< ValueType >::patch_op_side_
private

Pointer to side operation.

Definition at line 107 of file op_accessors.hh.


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