Home
last modified time | relevance | path

Searched refs:defaultScalarType (Results 1 – 1 of 1) sorted by relevance

/petsc/config/BuildSystem/config/
H A Dpackage.py231 def setDefaultScalarType(self, defaultScalarType): argument
233 self._defaultScalarType = defaultScalarType
235defaultScalarType = property(getDefaultScalarType, setDefaultScalarType, doc = 'The scalar type fo… variable in Package
1187 if not self.complex and self.defaultScalarType.lower() == 'complex':
1213 if not self.complex and self.defaultScalarType.lower() == 'complex':