示例#1
0
 def __init__(self, name="elasticityexplicit"):
   """
   Constructor.
   """
   IntegratorElasticityLgDeform.__init__(self, name)
   ModuleElasticityExplicitLgDeform.__init__(self)
   self._loggingPrefix = "ElEx "
   return
示例#2
0
 def __init__(self, name="elasticityexplicit"):
     """
 Constructor.
 """
     IntegratorElasticityLgDeform.__init__(self, name)
     ModuleElasticityExplicitLgDeform.__init__(self)
     self._loggingPrefix = "ElEx "
     return