def __init__(self, name="elasticityexplicittet4"):
   """
   Constructor.
   """
   IntegratorElasticity.__init__(self, name)
   ModuleElasticityExplicitTet4.__init__(self)
   self._loggingPrefix = "ElEx "
   return
Esempio n. 2
0
 def __init__(self, name="elasticityexplicittet4"):
     """
 Constructor.
 """
     IntegratorElasticity.__init__(self, name)
     ModuleElasticityExplicitTet4.__init__(self)
     self._loggingPrefix = "ElEx "
     return