|
Flow123d
DF_patch_fe_mechanics-5faa023
|
#include <op_factory.hh>

Public Member Functions | |
| JoinValues (PatchFEValues< 3 > &pfev, MixedPtr< FiniteElement > fe) | |
| Constructor. More... | |
| template<class ValueType , template< unsigned int, class, unsigned int > class OpType> | |
| FeQJoin< ValueType > | make_qjoin (uint component_idx=0) |
| Factory method. Same as previous but creates FE operation. More... | |
| FeQJoin< Scalar > | scalar_join_shape (uint component_idx=0) |
| FeQJoin< Vector > | vector_join_shape (uint component_idx=0) |
| FeQJoin< Tensor > | gradient_vector_join_shape (uint component_idx=0) |
Private Attributes | |
| PatchFEValues< 3 > & | patch_fe_values_ |
| std::shared_ptr< FiniteElement< dim > > | fe_high_dim_ |
| std::shared_ptr< FiniteElement< dim-1 > > | fe_low_dim_ |
Definition at line 247 of file op_factory.hh.
|
inline |
Constructor.
Definition at line 251 of file op_factory.hh.
|
inline |
Definition at line 284 of file op_factory.hh.
|
inline |
Factory method. Same as previous but creates FE operation.
Definition at line 259 of file op_factory.hh.
|
inline |
Definition at line 274 of file op_factory.hh.
|
inline |
Definition at line 279 of file op_factory.hh.
|
private |
Definition at line 291 of file op_factory.hh.
|
private |
Definition at line 292 of file op_factory.hh.
|
private |
Definition at line 290 of file op_factory.hh.