Reference documentation for deal.II version 9.5.0
|
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 104 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 117 of file tensor_product_matrix_creator.h.