Пример #1
0
 def __init__(self, name="elasticityimplicit"):
   """
   Constructor.
   """
   IntegratorElasticity.__init__(self, name)
   ModuleElasticityImplicit.__init__(self)
   self._loggingPrefix = "ElIm "
   return
Пример #2
0
 def __init__(self, name="elasticityimplicit"):
   """
   Constructor.
   """
   IntegratorElasticity.__init__(self, name)
   ModuleElasticityImplicit.__init__(self)
   self._loggingPrefix = "ElIm "
   return