Searched refs:PetscFindReal (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/sys/tests/ |
| H A D | ex35.c | 43 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 D | tshistory.c | 86 PetscCall(PetscFindReal(time, tsh->n, tsh->hist, PETSC_SMALL, loc)); in TSHistoryGetLocFromTime()
|
| /petsc/src/sys/utils/ |
| H A D | sortd.c | 206 PetscErrorCode PetscFindReal(PetscReal key, PetscCount n, const PetscReal t[], PetscReal eps, Petsc… in PetscFindReal() function
|
| /petsc/include/ |
| H A D | petscsys.h | 2415 PETSC_EXTERN PetscErrorCode PetscFindReal(PetscReal, PetscCount, const PetscReal[], PetscReal, Pets…
|