Example #1
0
 def __init__(self, cell, degree):
     if degree != 5:
         raise ValueError("Degree must be 5 for Argyris element")
     if Citations is not None:
         Citations().register("Argyris1968")
     super().__init__(FIAT.QuinticArgyris(cell))