Flow123d  DF_patch_fe_darcy_complete-579fe1e
Public Member Functions | Private Attributes | List of all members
FeQJoin< ValueType > Class Template Reference

#include <op_accessors.hh>

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

Public Member Functions

 FeQJoin ()
 Default constructor. More...
 
 FeQJoin (PatchOp< 3 > *patch_op_bulk, PatchOp< 3 > *patch_op_side, PatchOp< 3 > *patch_op_zero_bulk, PatchOp< 3 > *patch_op_zero_side)
 
unsigned int n_dofs_low () const
 
unsigned int n_dofs_high () const
 
unsigned int n_dofs_both () const
 
bool is_high_dim (unsigned int i_join_idx) const
 
FeQ< ValueType > shape (unsigned int i_join_idx) const
 

Private Attributes

PatchOp< 3 > * patch_op_bulk_
 Pointer to bulk operation. More...
 
PatchOp< 3 > * patch_op_side_
 Pointer to side operation. More...
 
PatchOp< 3 > * patch_op_zero_bulk_
 Pointer to bulk zero operation. More...
 
PatchOp< 3 > * patch_op_zero_side_
 Pointer to side zero operation. More...
 
unsigned int n_dofs_high_
 Number of DOFs on high-dim element. More...
 
unsigned int n_dofs_low_
 Number of DOFs on low-dim element. More...
 

Detailed Description

template<class ValueType>
class FeQJoin< ValueType >

Definition at line 124 of file op_accessors.hh.

Constructor & Destructor Documentation

◆ FeQJoin() [1/2]

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

Default constructor.

Definition at line 127 of file op_accessors.hh.

◆ FeQJoin() [2/2]

template<class ValueType >
FeQJoin< ValueType >::FeQJoin ( PatchOp< 3 > *  patch_op_bulk,
PatchOp< 3 > *  patch_op_side,
PatchOp< 3 > *  patch_op_zero_bulk,
PatchOp< 3 > *  patch_op_zero_side 
)
inline

Constructor

Parameters
patch_op_bulkPointer to PatchOP bulk object.
patch_op_sidePointer to PatchOp side object.
patch_op_zero_bulkPointer to zero PatchOP bulk object.
patch_op_zero_sidePointer to zero PatchOp side object.

Definition at line 139 of file op_accessors.hh.

Member Function Documentation

◆ is_high_dim()

template<class ValueType >
bool FeQJoin< ValueType >::is_high_dim ( unsigned int  i_join_idx) const
inline

Definition at line 162 of file op_accessors.hh.

Here is the caller graph for this function:

◆ n_dofs_both()

template<class ValueType >
unsigned int FeQJoin< ValueType >::n_dofs_both ( ) const
inline

Definition at line 152 of file op_accessors.hh.

Here is the caller graph for this function:

◆ n_dofs_high()

template<class ValueType >
unsigned int FeQJoin< ValueType >::n_dofs_high ( ) const
inline

Definition at line 148 of file op_accessors.hh.

Here is the caller graph for this function:

◆ n_dofs_low()

template<class ValueType >
unsigned int FeQJoin< ValueType >::n_dofs_low ( ) const
inline

Definition at line 144 of file op_accessors.hh.

Here is the caller graph for this function:

◆ shape()

template<class ValueType >
FeQ<ValueType> FeQJoin< ValueType >::shape ( unsigned int  i_join_idx) const
inline

Definition at line 166 of file op_accessors.hh.

Here is the caller graph for this function:

Member Data Documentation

◆ n_dofs_high_

template<class ValueType >
unsigned int FeQJoin< ValueType >::n_dofs_high_
private

Number of DOFs on high-dim element.

Definition at line 189 of file op_accessors.hh.

◆ n_dofs_low_

template<class ValueType >
unsigned int FeQJoin< ValueType >::n_dofs_low_
private

Number of DOFs on low-dim element.

Definition at line 190 of file op_accessors.hh.

◆ patch_op_bulk_

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

Pointer to bulk operation.

Definition at line 185 of file op_accessors.hh.

◆ patch_op_side_

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

Pointer to side operation.

Definition at line 186 of file op_accessors.hh.

◆ patch_op_zero_bulk_

template<class ValueType >
PatchOp<3>* FeQJoin< ValueType >::patch_op_zero_bulk_
private

Pointer to bulk zero operation.

Definition at line 187 of file op_accessors.hh.

◆ patch_op_zero_side_

template<class ValueType >
PatchOp<3>* FeQJoin< ValueType >::patch_op_zero_side_
private

Pointer to side zero operation.

Definition at line 188 of file op_accessors.hh.


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