![]() |
deal.II version GIT relicensing-2990-g97b7fad650 2025-04-01 18:20: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 697 of file solution_transfer.cc.
void Legacy::internal::restriction_additive | ( | const FiniteElement< dim, spacedim > & | , |
std::vector< std::vector< bool > > & | |||
) |
Definition at line 736 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 742 of file solution_transfer.cc.