Ejemplo n.º 1
0
def mass_matrix(deg, unroll=True):
    '''Mass matrix of Chebyshev polynomials of first kind.'''
    return common.mass_matrix(deg, basis_functions, unroll)
Ejemplo n.º 2
0
def mass_matrix(deg, unroll=True):
    '''Mass matrix of Bernstein basis.'''
    return common.mass_matrix(deg, basis_functions, unroll)
Ejemplo n.º 3
0
def mass_matrix(deg, unroll=True):
    '''Mass matrix of the H1 orthonormal basis.'''
    return common.mass_matrix(deg, basis_functions, unroll)