Lines Matching refs:routine
151 In the Fortran version, each PETSc routine has as its final argument an
182 This trick can only be used for arrays used to pass data into a PETSc routine, it cannot be used
183 for arrays used to receive data from a PETSc routine. For example,
200 in the routine `PetscOptionsGetInt()`, one must use the following
253 For PETSc routine arguments that return an array of `PetscInt`, `PetscScalar`, `PetscReal` or of PE…
254 one passes in a pointer to an array and the PETSc routine returns an array containing the values. F…
270 For PETSc routine arguments that return a character string (array), e.g. `const char *str[]` pass a…
408 function references a routine written in the same language as the PETSc
488 to the end of each Fortran routine name; for example, the Fortran
489 routine `Dabsc()` would be called from C with `dabsc_()`. Other
490 compilers change all the letters in Fortran routine names to capitals.