コード例 #1
0
ファイル: ElasticityExplicit.py プロジェクト: xiaoxiz/pylith
 def __init__(self, name="elasticityexplicit"):
     """
 Constructor.
 """
     IntegratorElasticity.__init__(self, name)
     ModuleElasticityExplicit.__init__(self)
     self._loggingPrefix = "ElEx "
     return
コード例 #2
0
ファイル: ElasticityExplicit.py プロジェクト: jjle/pylith
 def __init__(self, name="elasticityexplicit"):
   """
   Constructor.
   """
   IntegratorElasticity.__init__(self, name)
   ModuleElasticityExplicit.__init__(self)
   self._loggingPrefix = "ElEx "
   return