Flow123d  DF_patch_fe_mechanics-5faa023
Public Member Functions | List of all members
SideValues< dim > Class Template Reference

#include <op_factory.hh>

Inheritance diagram for SideValues< dim >:
Inheritance graph
[legend]
Collaboration diagram for SideValues< dim >:
Collaboration graph
[legend]

Public Member Functions

 SideValues (PatchFEValues< 3 > &pfev, MixedPtr< FiniteElement > fe)
 Constructor. More...
 
FeQ< ScalarJxW ()
 Same as BulkValues::JxW but register at side quadrature points. More...
 
ElQ< Vectornormal_vector ()
 Register the normal vector to a side at side quadrature points. More...
 
FeQ< Vectorcoords ()
 Create side accessor of coords entity. More...
 
ElQ< Scalardeterminant ()
 Create bulk accessor of jac determinant entity. More...
 
FeQArray< Scalarscalar_shape (uint component_idx=0)
 Same as BulkValues::scalar_shape but register at side quadrature points. More...
 
FeQArray< Vectorvector_shape (uint component_idx=0)
 Same as BulkValues::vector_shape but register at side quadrature points. More...
 
FeQArray< Vectorgrad_scalar_shape (uint component_idx=0)
 Same as BulkValues::grad_scalar_shape but register at side quadrature points. More...
 
FeQArray< Tensorgrad_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< Tensorvector_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< Scalarvector_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_
 

Detailed Description

template<unsigned int dim>
class SideValues< dim >

Definition at line 156 of file op_factory.hh.

Constructor & Destructor Documentation

◆ SideValues()

template<unsigned int dim>
SideValues< dim >::SideValues ( PatchFEValues< 3 > &  pfev,
MixedPtr< FiniteElement fe 
)
inline

Constructor.

Definition at line 160 of file op_factory.hh.

Member Function Documentation

◆ coords()

template<unsigned int dim>
FeQ<Vector> SideValues< dim >::coords ( )
inline

Create side accessor of coords entity.

Definition at line 182 of file op_factory.hh.

◆ determinant()

template<unsigned int dim>
ElQ<Scalar> SideValues< dim >::determinant ( )
inline

Create bulk accessor of jac determinant entity.

Definition at line 188 of file op_factory.hh.

◆ grad_scalar_shape()

template<unsigned int dim>
FeQArray<Vector> SideValues< dim >::grad_scalar_shape ( uint  component_idx = 0)
inline

Same as BulkValues::grad_scalar_shape but register at side quadrature points.

Definition at line 206 of file op_factory.hh.

◆ grad_vector_shape()

template<unsigned int dim>
FeQArray<Tensor> SideValues< dim >::grad_vector_shape ( uint  component_idx = 0)
inline

Return the value of the function_no-th gradient vector shape function at the p bulk quadrature point.

Parameters
component_idxNumber of the shape function.

Definition at line 217 of file op_factory.hh.

◆ JxW()

template<unsigned int dim>
FeQ<Scalar> SideValues< dim >::JxW ( )
inline

Same as BulkValues::JxW but register at side quadrature points.

Definition at line 166 of file op_factory.hh.

◆ normal_vector()

template<unsigned int dim>
ElQ<Vector> SideValues< dim >::normal_vector ( )
inline

Register the normal vector to a side at side quadrature points.

Parameters
quadQuadrature.

Definition at line 176 of file op_factory.hh.

◆ scalar_shape()

template<unsigned int dim>
FeQArray<Scalar> SideValues< dim >::scalar_shape ( uint  component_idx = 0)
inline

Same as BulkValues::scalar_shape but register at side quadrature points.

Definition at line 194 of file op_factory.hh.

◆ vector_divergence()

template<unsigned int dim>
FeQArray<Scalar> SideValues< dim >::vector_divergence ( uint  component_idx = 0)
inline

Return the value of the function_no-th vector divergence at the p side quadrature point.

Parameters
component_idxNumber of the shape function.

Definition at line 239 of file op_factory.hh.

◆ vector_shape()

template<unsigned int dim>
FeQArray<Vector> SideValues< dim >::vector_shape ( uint  component_idx = 0)
inline

Same as BulkValues::vector_shape but register at side quadrature points.

Definition at line 200 of file op_factory.hh.

◆ vector_sym_grad()

template<unsigned int dim>
FeQArray<Tensor> SideValues< dim >::vector_sym_grad ( uint  component_idx = 0)
inline

Return the value of the function_no-th vector symmetric gradient at the p side quadrature point.

Parameters
component_idxNumber of the shape function.

Definition at line 228 of file op_factory.hh.


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