Function bempp::assembly::fmm_tools::basis_to_quadrature_into_csr

source ยท
pub fn basis_to_quadrature_into_csr<const BLOCKSIZE: usize, T: RlstScalar + MatrixInverse, G: Grid<T = T::Real, EntityDescriptor = ReferenceCellType> + Sync>(
    npts: usize,
    space: &SerialFunctionSpace<'_, T, G>,
) -> CsrMatrix<T>
Expand description

Generate a CSR matrix mapping between basis functions and quadrature points