Flow123d  DF_patch_fe_mechanics-5faa023
Public Member Functions | List of all members
JoinValues< 1 > Class Reference

Template specialization of dim = 1. More...

#include <op_factory.hh>

Inheritance diagram for JoinValues< 1 >:
Inheritance graph
[legend]
Collaboration diagram for JoinValues< 1 >:
Collaboration graph
[legend]

Public Member Functions

 JoinValues (PatchFEValues< 3 > &pfev, FMT_UNUSED MixedPtr< FiniteElement > fe)
 Constructor. More...
 
FeQJoin< Scalarscalar_join_shape (FMT_UNUSED uint component_idx=0)
 
FeQJoin< Vectorvector_join_shape (FMT_UNUSED uint component_idx=0)
 
FeQJoin< Tensorgradient_vector_join_shape (FMT_UNUSED uint component_idx=0)
 

Additional Inherited Members

- Protected Member Functions inherited from BaseValues< 1 >
 BaseValues (PatchFEValues< 3 > &pfev)
 
PatchOp< 3 > * make_patch_op ()
 Factory method. Creates operation of given OpType. More...
 
FeQArray< ValueType > make_qarray (uint component_idx=0)
 Factory method. Same as previous but creates FE operation. More...
 
- Protected Attributes inherited from BaseValues< 1 >
PatchFEValues< 3 > & patch_fe_values_
 
std::shared_ptr< FiniteElement< dim > > fe_
 

Detailed Description

Template specialization of dim = 1.

Definition at line 297 of file op_factory.hh.

Constructor & Destructor Documentation

◆ JoinValues()

JoinValues< 1 >::JoinValues ( PatchFEValues< 3 > &  pfev,
FMT_UNUSED MixedPtr< FiniteElement fe 
)
inline

Constructor.

Definition at line 301 of file op_factory.hh.

Member Function Documentation

◆ gradient_vector_join_shape()

FeQJoin<Tensor> JoinValues< 1 >::gradient_vector_join_shape ( FMT_UNUSED uint  component_idx = 0)
inline

Definition at line 314 of file op_factory.hh.

◆ scalar_join_shape()

FeQJoin<Scalar> JoinValues< 1 >::scalar_join_shape ( FMT_UNUSED uint  component_idx = 0)
inline

Definition at line 304 of file op_factory.hh.

◆ vector_join_shape()

FeQJoin<Vector> JoinValues< 1 >::vector_join_shape ( FMT_UNUSED uint  component_idx = 0)
inline

Definition at line 309 of file op_factory.hh.


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