Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex35.c43 PetscCall(PetscFindReal(val, 10, x3, PETSC_SMALL, &loc)); in main()
46 PetscCall(PetscFindReal(val, 10, x3, PETSC_SMALL, &loc)); in main()
49 PetscCall(PetscFindReal(val, 10, x3, 0.21, &loc)); in main()
/petsc/src/ts/interface/
H A Dtshistory.c86 PetscCall(PetscFindReal(time, tsh->n, tsh->hist, PETSC_SMALL, loc)); in TSHistoryGetLocFromTime()
/petsc/src/sys/utils/
H A Dsortd.c206 PetscErrorCode PetscFindReal(PetscReal key, PetscCount n, const PetscReal t[], PetscReal eps, Petsc… in PetscFindReal() function
/petsc/include/
H A Dpetscsys.h2415 PETSC_EXTERN PetscErrorCode PetscFindReal(PetscReal, PetscCount, const PetscReal[], PetscReal, Pets…