Flow123d  DF_patch_fe_data_tables-dc76198
Public Member Functions | Private Member Functions | Private Attributes | List of all members
SideValues< dim > Class Template Reference

#include <patch_fe_values.hh>

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

Public Member Functions

 SideValues (PatchPointValues< 3 > &patch_point_vals, MixedPtr< FiniteElement > fe)
 Constructor. More...
 
ElQ< 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...
 
ElQ< Vectorcoords ()
 Create side accessor of coords entity. More...
 
ElQ< Scalardeterminant ()
 Create bulk accessor of jac determinant entity. More...
 
FeQ< Scalarscalar_shape (uint component_idx=0)
 Same as BulkValues::scalar_shape but register at side quadrature points. More...
 
FeQ< Vectorgrad_scalar_shape (uint component_idx=0)
 Same as BulkValues::grad_scalar_shape but register at side quadrature points. More...
 

Private Member Functions

std::vector< std::vector< std::vector< arma::mat > > > ref_shape_gradients (std::shared_ptr< FiniteElement< dim >> fe)
 Precomputed gradients of basis functions at the quadrature points. More...
 

Private Attributes

PatchPointValues< 3 > & patch_point_vals_
 
std::shared_ptr< FiniteElement< dim > > fe_
 

Additional Inherited Members

- Protected Member Functions inherited from BaseValues< dim >
 BaseValues ()
 
template<unsigned int FE_dim>
std::shared_ptr< FiniteElement< FE_dim > > fe_comp (std::shared_ptr< FiniteElement< FE_dim > > fe, uint component_idx)
 Return FiniteElement of component_idx for FESystem or fe for other types. More...
 
template<unsigned int FE_dim>
std::vector< std::vector< arma::vec > > ref_shape_values_bulk (Quadrature *q, std::shared_ptr< FiniteElement< FE_dim >> fe)
 Precomputed values of basis functions at the bulk quadrature points. More...
 
template<unsigned int FE_dim>
std::vector< std::vector< std::vector< arma::vec > > > ref_shape_values_side (Quadrature *q, std::shared_ptr< FiniteElement< FE_dim >> fe)
 Precomputed values of basis functions at the side quadrature points. More...
 

Detailed Description

template<unsigned int dim>
class SideValues< dim >

Definition at line 387 of file patch_fe_values.hh.

Constructor & Destructor Documentation

◆ SideValues()

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

Constructor.

Definition at line 391 of file patch_fe_values.hh.

Member Function Documentation

◆ coords()

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

Create side accessor of coords entity.

Definition at line 414 of file patch_fe_values.hh.

◆ determinant()

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

Create bulk accessor of jac determinant entity.

Definition at line 420 of file patch_fe_values.hh.

◆ grad_scalar_shape()

template<unsigned int dim>
FeQ<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 453 of file patch_fe_values.hh.

◆ JxW()

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

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

Definition at line 398 of file patch_fe_values.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 408 of file patch_fe_values.hh.

◆ ref_shape_gradients()

template<unsigned int dim>
std::vector<std::vector<std::vector<arma::mat> > > SideValues< dim >::ref_shape_gradients ( std::shared_ptr< FiniteElement< dim >>  fe)
inlineprivate

Precomputed gradients of basis functions at the quadrature points.

Dimensions: (sides) x (no. of quadrature points) x (no. of dofs) x ((dim_ of. ref. cell)x(no. of components in ref. cell))

Definition at line 479 of file patch_fe_values.hh.

Here is the caller graph for this function:

◆ scalar_shape()

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

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

Definition at line 426 of file patch_fe_values.hh.

Member Data Documentation

◆ fe_

template<unsigned int dim>
std::shared_ptr< FiniteElement<dim> > SideValues< dim >::fe_
private

Definition at line 503 of file patch_fe_values.hh.

◆ patch_point_vals_

template<unsigned int dim>
PatchPointValues<3>& SideValues< dim >::patch_point_vals_
private

Definition at line 502 of file patch_fe_values.hh.


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