Home
last modified time | relevance | path

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

/petsc/config/BuildSystem/
H A Dnargs.py138 def getValue(self): member in Arg
268 def getValue(self): member in ArgDir
271 return Arg.getValue(self)
295 def getValue(self): member in ArgDirList
298 return Arg.getValue(self)
326 def getValue(self): member in ArgFile
329 return Arg.getValue(self)
353 def getValue(self): member in ArgFileList
356 return Arg.getValue(self)
384 def getValue(self): member in ArgLibrary
[all …]
H A DRDict.py187 value = arg.getValue()
191 value = arg.getValue()
200 return dict.__getitem__(self, key).getValue()
213 value.setValue(v.getValue())
217 …print('Warning! Incorrect argument type specified: -'+str(key)+'='+str(v.getValue())+' - expecting…
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DRandom.pyx39 return self.getValue()
138 def getValue(self) -> Scalar: member in Random
H A DDMLabel.pyx130 getValue, setDefaultValue, petsc.DMLabelSetValue
137 def getValue(self, point: int) -> int: member in DMLabel
162 """Return the default value returned by `getValue`.
179 """Set the default value returned by `getValue`.
H A DMatPartitioning.pyx27 return self.getValue()
H A DVec.pyx2734 def getValue(self, index: int) -> Scalar: member in Vec
2776 getValue, setValues, petsc.VecGetValues
H A DMat.pyx2503 def getValue(self, row, col) -> Scalar: member in Mat