Home
last modified time | relevance | path

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

/petsc/src/sys/classes/random/tutorials/
H A Dex2.c16 typedef struct himaInfoTag himaInfo; typedef
18 PetscErrorCode readData(MPI_Comm, himaInfo *);
40 himaInfo hinfo; in main()
141 PetscErrorCode readData(MPI_Comm comm, himaInfo *hinfo) in readData()