Example #1
0
 def __init__(self, cell, degree):
     fiat_element = FIAT.FDMHermite(cell, degree)
     super(FDMHermite, self).__init__(fiat_element)