deal.II version GIT relicensing-2167-g9622207b8f 2024-11-21 12:40:00+00:00
|
Functions | |
template<typename Number > | |
void | clear_row_and_column (const unsigned int n_dofs_1D_with_overlap, const unsigned int n, FullMatrix< Number > &matrix) |
template<typename Number > | |
std::tuple< FullMatrix< Number >, FullMatrix< Number >, bool > | create_reference_mass_and_stiffness_matrices (const FiniteElement< 1 > &fe, const Quadrature< 1 > &quadrature) |
void TensorProductMatrixCreator::internal::clear_row_and_column | ( | const unsigned int | n_dofs_1D_with_overlap, |
const unsigned int | n, | ||
FullMatrix< Number > & | matrix | ||
) |
Definition at line 103 of file tensor_product_matrix_creator.h.
std::tuple< FullMatrix< Number >, FullMatrix< Number >, bool > TensorProductMatrixCreator::internal::create_reference_mass_and_stiffness_matrices | ( | const FiniteElement< 1 > & | fe, |
const Quadrature< 1 > & | quadrature | ||
) |
Definition at line 116 of file tensor_product_matrix_creator.h.