Flow123d  DF_patch_fe_mechanics-5faa023
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 113 of file op_accessors.hh.

Constructor & Destructor Documentation

◆ FeQJoin() [1/2]

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

Default constructor.

Definition at line 116 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 128 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 151 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 141 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 137 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 133 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 155 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 178 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 179 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 174 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 175 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 176 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 177 of file op_accessors.hh.


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