Flow123d
DF_patch_fe_data_tables-6a2764f
|
#include <patch_fe_values.hh>
Public Member Functions | |
JoinValues (PatchPointValues< 3 > *patch_point_vals_bulk, PatchPointValues< 3 > *patch_point_vals_side, MixedPtr< FiniteElement > fe) | |
Constructor. More... | |
Range< JoinShapeAccessor< Scalar > > | scalar_join_shape (uint component_idx=0) |
Private Attributes | |
PatchPointValues< 3 > * | patch_point_vals_bulk_ |
PatchPointValues< 3 > * | patch_point_vals_side_ |
std::shared_ptr< FiniteElement< dim > > | fe_high_dim_ |
std::shared_ptr< FiniteElement< dim-1 > > | fe_low_dim_ |
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... | |
Definition at line 508 of file patch_fe_values.hh.
|
inline |
Constructor.
Definition at line 512 of file patch_fe_values.hh.
|
inline |
Definition at line 520 of file patch_fe_values.hh.
|
private |
Definition at line 571 of file patch_fe_values.hh.
|
private |
Definition at line 572 of file patch_fe_values.hh.
|
private |
Definition at line 569 of file patch_fe_values.hh.
|
private |
Definition at line 570 of file patch_fe_values.hh.