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


Protected Member Functions | |
| BaseValues (PatchFEValues< 3 > &pfev) | |
| template<class OpType > | |
| PatchOp< 3 > * | make_patch_op () |
| Factory method. Creates operation of given OpType. More... | |
| template<class ValueType , template< unsigned int, class, unsigned int > class OpType, class Domain > | |
| FeQArray< ValueType > | make_qarray (uint component_idx=0) |
| Factory method. Same as previous but creates FE operation. More... | |
Protected Attributes | |
| PatchFEValues< 3 > & | patch_fe_values_ |
| std::shared_ptr< FiniteElement< dim > > | fe_ |
Definition at line 30 of file op_factory.hh.
|
inlineprotected |
Definition at line 34 of file op_factory.hh.
|
inlineprotected |
Factory method. Creates operation of given OpType.
Definition at line 39 of file op_factory.hh.

|
inlineprotected |
Factory method. Same as previous but creates FE operation.
Definition at line 45 of file op_factory.hh.
|
protected |
Definition at line 51 of file op_factory.hh.
|
protected |
Definition at line 50 of file op_factory.hh.