コード例 #1
0
 def configure(self, registry):
     report = mpiApplication.configure(self, registry)
     self._dictionary = PyreDictionary.addProperties(self, registry)
     PyreDictionary.linkComponentDictionaries(self)
     return report
コード例 #2
0
ファイル: Component.py プロジェクト: bmi-forum/bmi-pyre
	def initialize( self, Module, all_variables ):
		self._dictionary = PyreDictionary.addProperties( self, registry )
		return report
コード例 #3
0
ファイル: Application.py プロジェクト: eandbsoftware/gale
	def configure( self, registry ):
		report = mpiApplication.configure( self, registry )
		self._dictionary = PyreDictionary.addProperties( self, registry )
		PyreDictionary.linkComponentDictionaries( self )
		return report
コード例 #4
0
ファイル: Component.py プロジェクト: geodynamics/snac
 def initialize(self, Module, all_variables):
     self._dictionary = PyreDictionary.addProperties(self, registry)
     return report