|
Flow123d
DF_patch_fe_mechanics-5faa023
|
Template specialization of dim = 1. More...
#include <op_factory.hh>


Public Member Functions | |
| JoinValues (PatchFEValues< 3 > &pfev, FMT_UNUSED MixedPtr< FiniteElement > fe) | |
| Constructor. More... | |
| FeQJoin< Scalar > | scalar_join_shape (FMT_UNUSED uint component_idx=0) |
| FeQJoin< Vector > | vector_join_shape (FMT_UNUSED uint component_idx=0) |
| FeQJoin< Tensor > | gradient_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_ |
Template specialization of dim = 1.
Definition at line 297 of file op_factory.hh.
|
inline |
Constructor.
Definition at line 301 of file op_factory.hh.
|
inline |
Definition at line 314 of file op_factory.hh.
|
inline |
Definition at line 304 of file op_factory.hh.
|
inline |
Definition at line 309 of file op_factory.hh.