deal.II version GIT relicensing-2330-gf6dfc6c370 2025-01-06 13:10:00+00:00
|
Functions | |
template<int dim, int spacedim> | |
void | extract_interpolation_matrices (const DoFHandler< dim, spacedim > &dof, ::Table< 2, FullMatrix< double > > &matrices) |
template<int dim, int spacedim> | |
void | restriction_additive (const FiniteElement< dim, spacedim > &, std::vector< std::vector< bool > > &) |
template<int dim, int spacedim> | |
void | restriction_additive (const ::hp::FECollection< dim, spacedim > &fe, std::vector< std::vector< bool > > &restriction_is_additive) |
void Legacy::internal::extract_interpolation_matrices | ( | const DoFHandler< dim, spacedim > & | dof, |
::Table< 2, FullMatrix< double > > & | matrices | ||
) |
Generate a table that contains interpolation matrices between each combination of finite elements used in a DoFHandler of some kind. Since not all elements can be interpolated onto each other, the table may contain empty matrices for those combinations of elements for which no such interpolation is implemented.
Definition at line 693 of file solution_transfer.cc.
void Legacy::internal::restriction_additive | ( | const FiniteElement< dim, spacedim > & | , |
std::vector< std::vector< bool > > & | |||
) |
Definition at line 732 of file solution_transfer.cc.
void Legacy::internal::restriction_additive | ( | const ::hp::FECollection< dim, spacedim > & | fe, |
std::vector< std::vector< bool > > & | restriction_is_additive | ||
) |
Definition at line 738 of file solution_transfer.cc.