Home
last modified time | relevance | path

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

/petsc/doc/
H A Dbuild_man_pages.py67 def processkhash(T, t, KeyType, ValType, text): function
79 khash.write(processkhash('I','i','PetscInt','',text))
80 khash.write(processkhash('IJ','ij','struct {PetscInt i, j;}','',text))
81 khash.write(processkhash('I','i','PetscInt','PetscInt',text))
82 khash.write(processkhash('IJ','ij','struct {PetscInt i, j;}','PetscInt',text))
83 khash.write(processkhash('IJ','ij','struct {PetscInt i, j;}','PetscScalar',text))
84 khash.write(processkhash('IV','iv','PetscInt','PetscScalar',text))
85 khash.write(processkhash('Obj','obj','PetscInt64','PetscObject',text))