Ejemplo n.º 1
0
 def onComputeNodes(self, *args, **kwds):
   PetscApplication.onComputeNodes(self, args, kwds)
   assert(-1 == self.foo.value)
   assert("_cleanup" == self.label)
   return
Ejemplo n.º 2
0
 def onComputeNodes(self, *args, **kwds):
     PetscApplication.onComputeNodes(self, args, kwds)
     assert(-1 == self.foo.value)
     assert("_cleanup" == self.label)
     return