示例#1
0
 def __init__(self, name="pylithapp"):
   """
   Constructor.
   """
   PetscApplication.__init__(self, name)
   self._loggingPrefix = "PyLith "
   return
示例#2
0
 def __init__(self, name="pylithapp"):
     """
     Constructor.
     """
     PetscApplication.__init__(self, name)
     self._loggingPrefix = "PyLith "
     return