Example #1
0
def run_pylith():
    """
  Run pylith.
  """
    if not "done" in dir(run_pylith):
        from pylith.PyLithApp import PyLithApp
        app = PyLithApp("shearelasticisotropic")
        app.run()
        run_pylith.done = True
    return
Example #2
0
def run_pylith():
  """
  Run pylith.
  """
  if not "done" in dir(run_pylith):
    from pylith.PyLithApp import PyLithApp
    app = PyLithApp("dislocation")
    app.run()
    run_pylith.done = True
  return
def run_pylith():
  """
  Run pylith.
  """
  if not "done" in dir(run_pylith):
    from pylith.PyLithApp import PyLithApp
    app = PyLithApp("axialelasticisotropic")
    app.run()
    run_pylith.done = True
  return
Example #4
0
def run_pylith():
  """
  Run pylith.
  """
  if not "done" in dir(run_pylith):
    from pylith.PyLithApp import PyLithApp
    app = PyLithApp("dislocation")
    app.run()
    run_pylith.done = True
  return