Example #1
0
 def configure(self, registry):
     report = mpiApplication.configure(self, registry)
     self._dictionary = PyreDictionary.addProperties(self, registry)
     PyreDictionary.linkComponentDictionaries(self)
     return report
Example #2
0
	def initialize( self, Module, all_variables ):
		self._dictionary = PyreDictionary.addProperties( self, registry )
		return report
Example #3
0
	def configure( self, registry ):
		report = mpiApplication.configure( self, registry )
		self._dictionary = PyreDictionary.addProperties( self, registry )
		PyreDictionary.linkComponentDictionaries( self )
		return report
Example #4
0
 def initialize(self, Module, all_variables):
     self._dictionary = PyreDictionary.addProperties(self, registry)
     return report