Example #1
0
 def __init__(self, cell, degree):
     super(BrezziDouglasMarini,
           self).__init__(FIAT.BrezziDouglasMarini(cell, degree))
Example #2
0
 def __init__(self, cell, degree, variant=None):
     super(BrezziDouglasMarini, self).__init__(
         FIAT.BrezziDouglasMarini(cell, degree, variant=variant))