Flow123d  DF_patch_fe_data_tables-22c8b57
Public Member Functions | Private Member Functions | Private Attributes | List of all members
BulkValues< dim > Class Template Reference

#include <patch_fe_values.hh>

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

Public Member Functions

 BulkValues (PatchPointValues< 3 > &patch_point_vals, MixedPtr< FiniteElement > fe)
 Constructor. More...
 
ElQ< ScalarJxW ()
 Register the product of Jacobian determinant and the quadrature weight at bulk quadrature points. More...
 
ElQ< Vectorcoords ()
 Create bulk accessor of coords entity. More...
 
ElQ< Scalardeterminant ()
 Create bulk accessor of jac determinant entity. More...
 
FeQ< Scalarscalar_shape (uint component_idx=0)
 Return the value of the function_no-th shape function at the p bulk quadrature point. More...
 
FeQ< Vectorgrad_scalar_shape (uint component_idx=0)
 Return the value of the function_no-th gradient shape function at the p bulk quadrature point. More...
 

Private Member Functions

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 BulkValues< dim >

Definition at line 255 of file patch_fe_values.hh.

Constructor & Destructor Documentation

◆ BulkValues()

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

Constructor.

Definition at line 259 of file patch_fe_values.hh.

Member Function Documentation

◆ coords()

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

Create bulk accessor of coords entity.

Definition at line 278 of file patch_fe_values.hh.

◆ determinant()

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

Create bulk accessor of jac determinant entity.

Definition at line 288 of file patch_fe_values.hh.

◆ grad_scalar_shape()

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

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

Parameters
component_idxNumber of the shape function.

Definition at line 334 of file patch_fe_values.hh.

◆ JxW()

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

Register the product of Jacobian determinant and the quadrature weight at bulk quadrature points.

Parameters
quadQuadrature.

Definition at line 271 of file patch_fe_values.hh.

◆ ref_shape_gradients()

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

Precomputed gradients of basis functions at the quadrature points.

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

Definition at line 362 of file patch_fe_values.hh.

Here is the caller graph for this function:

◆ scalar_shape()

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

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

Parameters
component_idxNumber of the shape function.

Definition at line 300 of file patch_fe_values.hh.

Member Data Documentation

◆ fe_

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

Definition at line 383 of file patch_fe_values.hh.

◆ patch_point_vals_

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

Definition at line 382 of file patch_fe_values.hh.


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