Exemplo n.º 1
0
 def __init__(self, name="elasticityimplicit"):
   """
   Constructor.
   """
   IntegratorElasticity.__init__(self, name)
   ModuleElasticityImplicit.__init__(self)
   self._loggingPrefix = "ElIm "
   return
  def __init__(self, name="integratorelasticitylgdeform"):
    """
    Constructor.
    """
    IntegratorElasticity.__init__(self)
    self.name = "Integrator ElasticityLgDeform"

    return
Exemplo n.º 3
0
 def __init__(self, name="elasticityexplicit"):
     """
 Constructor.
 """
     IntegratorElasticity.__init__(self, name)
     ModuleElasticityExplicit.__init__(self)
     self._loggingPrefix = "ElEx "
     return
Exemplo n.º 4
0
 def __init__(self, name="elasticityexplicittri3"):
   """
   Constructor.
   """
   IntegratorElasticity.__init__(self, name)
   ModuleElasticityExplicitTri3.__init__(self)
   self._loggingPrefix = "ElEx "
   return
    def __init__(self, name="integratorelasticitylgdeform"):
        """
    Constructor.
    """
        IntegratorElasticity.__init__(self)
        self.name = "Integrator ElasticityLgDeform"

        return