Beispiel #1
0
 def __init__(self, name="elasticityexplicit"):
     """
 Constructor.
 """
     IntegratorElasticity.__init__(self, name)
     ModuleElasticityExplicit.__init__(self)
     self._loggingPrefix = "ElEx "
     return
Beispiel #2
0
 def __init__(self, name="elasticityexplicit"):
   """
   Constructor.
   """
   IntegratorElasticity.__init__(self, name)
   ModuleElasticityExplicit.__init__(self)
   self._loggingPrefix = "ElEx "
   return