#include <patch_fe_values.hh>
template<class ValueType>
class FeQJoin< ValueType >
Definition at line 137 of file patch_fe_values.hh.
◆ FeQJoin() [1/2]
template<class ValueType >
◆ FeQJoin() [2/2]
template<class ValueType >
| FeQJoin< ValueType >::FeQJoin |
( |
PatchPointValues< 3 > * |
patch_point_vals_bulk, |
|
|
PatchPointValues< 3 > * |
patch_point_vals_side, |
|
|
unsigned int |
n_dofs_bulk, |
|
|
unsigned int |
n_dofs_side, |
|
|
unsigned int |
op_idx_bulk, |
|
|
unsigned int |
op_idx_side |
|
) |
| |
|
inline |
Constructor
- Parameters
-
| patch_point_vals_bulk | Pointer to PatchPointValues bulk object. |
| patch_point_vals_side | Pointer to PatchPointValues side object. |
| begin | Index of the first component of the bulk Quantity. |
| begin_side | Index of the first component of the side Quantity. |
| n_dofs_bulk | Number of DOFs of bulk (lower-dim) element. |
| n_dofs_side | Number of DOFs of side (higher-dim) element. |
Definition at line 153 of file patch_fe_values.hh.
◆ is_high_dim()
template<class ValueType >
| bool FeQJoin< ValueType >::is_high_dim |
( |
unsigned int |
i_join_idx | ) |
const |
|
inline |
◆ n_dofs_both()
template<class ValueType >
| unsigned int FeQJoin< ValueType >::n_dofs_both |
( |
| ) |
const |
|
inline |
◆ n_dofs_high()
template<class ValueType >
| unsigned int FeQJoin< ValueType >::n_dofs_high |
( |
| ) |
const |
|
inline |
◆ n_dofs_low()
template<class ValueType >
| unsigned int FeQJoin< ValueType >::n_dofs_low |
( |
| ) |
const |
|
inline |
◆ shape()
template<class ValueType >
| FeQ<ValueType> FeQJoin< ValueType >::shape |
( |
unsigned int |
i_join_idx | ) |
const |
|
inline |
◆ n_dofs_high_
template<class ValueType >
| unsigned int FeQJoin< ValueType >::n_dofs_high_ |
|
private |
◆ n_dofs_low_
template<class ValueType >
| unsigned int FeQJoin< ValueType >::n_dofs_low_ |
|
private |
◆ op_idx_bulk_
template<class ValueType >
| unsigned int FeQJoin< ValueType >::op_idx_bulk_ |
|
private |
Index of operation in patch_point_vals_bulk_.operations vector.
Definition at line 204 of file patch_fe_values.hh.
◆ op_idx_side_
template<class ValueType >
| unsigned int FeQJoin< ValueType >::op_idx_side_ |
|
private |
Index of operation in patch_point_vals_side_.operations vector.
Definition at line 205 of file patch_fe_values.hh.
◆ patch_point_vals_bulk_
template<class ValueType >
◆ patch_point_vals_side_
template<class ValueType >
The documentation for this class was generated from the following file: