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


Public Member Functions | |
| SideValues (PatchFEValues< 3 > &pfev, MixedPtr< FiniteElement > fe) | |
| Constructor. More... | |
| FeQ< Scalar > | JxW () |
| Same as BulkValues::JxW but register at side quadrature points. More... | |
| ElQ< Vector > | normal_vector () |
| Register the normal vector to a side at side quadrature points. More... | |
| FeQ< Vector > | coords () |
| Create side accessor of coords entity. More... | |
| ElQ< Scalar > | determinant () |
| Create bulk accessor of jac determinant entity. More... | |
| FeQArray< Scalar > | scalar_shape (uint component_idx=0) |
| Same as BulkValues::scalar_shape but register at side quadrature points. More... | |
| FeQArray< Vector > | vector_shape (uint component_idx=0) |
| Same as BulkValues::vector_shape but register at side quadrature points. More... | |
| FeQArray< Vector > | grad_scalar_shape (uint component_idx=0) |
| Same as BulkValues::grad_scalar_shape but register at side quadrature points. More... | |
| FeQArray< Tensor > | grad_vector_shape (uint component_idx=0) |
Return the value of the function_no-th gradient vector shape function at the p bulk quadrature point. More... | |
| FeQArray< Tensor > | vector_sym_grad (uint component_idx=0) |
Return the value of the function_no-th vector symmetric gradient at the p side quadrature point. More... | |
| FeQArray< Scalar > | vector_divergence (uint component_idx=0) |
Return the value of the function_no-th vector divergence at the p side quadrature point. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from BaseValues< dim > | |
| 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 inherited from BaseValues< dim > | |
| PatchFEValues< 3 > & | patch_fe_values_ |
| std::shared_ptr< FiniteElement< dim > > | fe_ |
Definition at line 156 of file op_factory.hh.
|
inline |
Constructor.
Definition at line 160 of file op_factory.hh.
|
inline |
Create side accessor of coords entity.
Definition at line 182 of file op_factory.hh.
|
inline |
Create bulk accessor of jac determinant entity.
Definition at line 188 of file op_factory.hh.
|
inline |
Same as BulkValues::grad_scalar_shape but register at side quadrature points.
Definition at line 206 of file op_factory.hh.
|
inline |
Return the value of the function_no-th gradient vector shape function at the p bulk quadrature point.
| component_idx | Number of the shape function. |
Definition at line 217 of file op_factory.hh.
|
inline |
Same as BulkValues::JxW but register at side quadrature points.
Definition at line 166 of file op_factory.hh.
|
inline |
Register the normal vector to a side at side quadrature points.
| quad | Quadrature. |
Definition at line 176 of file op_factory.hh.
|
inline |
Same as BulkValues::scalar_shape but register at side quadrature points.
Definition at line 194 of file op_factory.hh.
|
inline |
Return the value of the function_no-th vector divergence at the p side quadrature point.
| component_idx | Number of the shape function. |
Definition at line 239 of file op_factory.hh.
|
inline |
Same as BulkValues::vector_shape but register at side quadrature points.
Definition at line 200 of file op_factory.hh.
|
inline |
Return the value of the function_no-th vector symmetric gradient at the p side quadrature point.
| component_idx | Number of the shape function. |
Definition at line 228 of file op_factory.hh.