Flow123d  DF_patch_fe_darcy_complete-579fe1e
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 ()
 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 90 of file op_accessors.hh.

Constructor & Destructor Documentation

◆ FeQArray() [1/2]

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

Default constructor.

Definition at line 93 of file op_accessors.hh.

◆ FeQArray() [2/2]

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

Definition at line 97 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 112 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 106 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 119 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 117 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 118 of file op_accessors.hh.


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