Flow123d
DF_patch_fe_data_tables-522f93f
|
#include <patch_fe_values.hh>
Protected Member Functions | |
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... | |
Definition at line 175 of file patch_fe_values.hh.
|
inlineprotected |
Definition at line 179 of file patch_fe_values.hh.
|
inlineprotected |
Return FiniteElement of component_idx
for FESystem or fe
for other types.
Definition at line 184 of file patch_fe_values.hh.
|
inlineprotected |
Precomputed values of basis functions at the bulk quadrature points.
Dimensions: (no. of quadrature points) x (no. of dofs) x (no. of components in ref. cell)
Definition at line 202 of file patch_fe_values.hh.
|
inlineprotected |
Precomputed values of basis functions at the side quadrature points.
Dimensions: (sides) x (no. of quadrature points) x (no. of dofs) x (no. of components in ref. cell)
Definition at line 229 of file patch_fe_values.hh.