Flow123d
DF_patch_fe_data_tables-dc3adc1
|
Template specialization of dim = 1. More...
#include <patch_fe_values.hh>
Public Member Functions | |
JoinValues (FMT_UNUSED PatchPointValues< 3 > *patch_point_vals_bulk, FMT_UNUSED PatchPointValues< 3 > *patch_point_vals_side, FMT_UNUSED MixedPtr< FiniteElement > fe) | |
Constructor. More... | |
Range< JoinShapeAccessor< Scalar > > | scalar_join_shape (FMT_UNUSED uint component_idx=0) |
Additional Inherited Members | |
Protected Member Functions inherited from BaseValues< 1 > | |
BaseValues () | |
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... | |
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... | |
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... | |
Template specialization of dim = 1.
Definition at line 583 of file patch_fe_values.hh.
|
inline |
Constructor.
Definition at line 587 of file patch_fe_values.hh.
|
inline |
Definition at line 590 of file patch_fe_values.hh.