Searched refs:PetscDTTanhSinhIntegrate (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/dm/dt/tests/ |
| H A D | ex14.c | 17 …PetscCall(PetscDTTanhSinhIntegrate((void (*)(const PetscReal[], void *, PetscReal *))pdf, lower, u… in VerifyDistribution() 22 …PetscCall(PetscDTTanhSinhIntegrate((void (*)(const PetscReal[], void *, PetscReal *))pdf, lower, x… in VerifyDistribution()
|
| H A D | ex3.c | 133 …PetscCall(PetscDTTanhSinhIntegrate(funcs[f], bounds[f * 2 + 0], bounds[f * 2 + 1], digits, NULL, &… in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdt.pxi | 32 …PetscErrorCode PetscDTTanhSinhIntegrate(void (*)(PetscReal *, void *, PetscReal *), PetscReal, Pet…
|
| /petsc/include/ |
| H A D | petscdt.h | 139 PETSC_EXTERN PetscErrorCode PetscDTTanhSinhIntegrate(void (*)(const PetscReal[], void *, PetscReal …
|
| /petsc/src/dm/dt/interface/ |
| H A D | dt.c | 2407 PetscErrorCode PetscDTTanhSinhIntegrate(void (*func)(const PetscReal[], void *, PetscReal *), Petsc… in PetscDTTanhSinhIntegrate() function
|