コード例 #1
0
 def __init__(self, name="elasticityexplicittri3"):
   """
   Constructor.
   """
   IntegratorElasticity.__init__(self, name)
   ModuleElasticityExplicitTri3.__init__(self)
   self._loggingPrefix = "ElEx "
   return
コード例 #2
0
 def __init__(self, name="elasticityexplicittri3"):
     """
 Constructor.
 """
     IntegratorElasticity.__init__(self, name)
     ModuleElasticityExplicitTri3.__init__(self)
     self._loggingPrefix = "ElEx "
     return