Home
last modified time | relevance | path

Searched defs:slope (Results 1 – 13 of 13) sorted by relevance

/petsc/src/sys/utils/
H A Dmathfit.c20 …earRegression(PetscInt n, const PetscReal x[], const PetscReal y[], PetscReal *slope, PetscReal *i… in PetscLinearRegression()
/petsc/src/ts/utils/
H A Dtsconvest.c54 PetscReal *dt, *x, *y, slope, intercept; in PetscConvEstGetConvRateTS_Temporal_Private() local
122 PetscReal *x, *y, slope, intercept; in PetscConvEstGetConvRateTS_Spatial_Private() local
H A Ddmplexts.c366 PetscReal dt, shift, slope, intercept; in DMTSCheckJacobian() local
/petsc/src/ts/tutorials/multirate/
H A Dex5.c192 PetscScalar *x, *f, *slope; in FVRHSFunctionslow() local
297 PetscScalar *x, *f, *slope; in FVRHSFunctionfast() local
398 PetscScalar *x, *f, *slope; in FVRHSFunctionslow2() local
513 PetscScalar *x, *f, *slope; in FVRHSFunctionfast2() local
H A Dex8.c225 PetscScalar *x, *f, *slope; in FVRHSFunction_3WaySplit() local
399 PetscScalar *x, *f, *slope; in FVRHSFunctionslow_3WaySplit() local
529 PetscScalar *x, *f, *slope; in FVRHSFunctionslowbuffer_3WaySplit() local
678 PetscScalar *x, *f, *slope; in FVRHSFunctionmedium_3WaySplit() local
826 PetscScalar *x, *f, *slope; in FVRHSFunctionmediumbuffer_3WaySplit() local
975 PetscScalar *x, *f, *slope; in FVRHSFunctionfast_3WaySplit() local
H A Dex6.c210 PetscScalar *x, *f, *slope; in FVRHSFunction_2WaySplit() local
361 PetscScalar *x, *f, *slope; in FVRHSFunctionslow_2WaySplit() local
488 PetscScalar *x, *f, *slope; in FVRHSFunctionslowbuffer_2WaySplit() local
635 PetscScalar *x, *f, *slope; in FVRHSFunctionfast_2WaySplit() local
H A Dex4.c554 PetscScalar *x, *f, *slope; in FVRHSFunction_2WaySplit() local
730 PetscScalar *x, *f, *slope; in FVRHSFunctionslow_2WaySplit() local
881 PetscScalar *x, *f, *slope; in FVRHSFunctionslowbuffer_2WaySplit() local
1052 PetscScalar *x, *f, *slope; in FVRHSFunctionfast_2WaySplit() local
H A Dfinitevolume1d.c528 PetscScalar *x, *f, *slope; in FVRHSFunction() local
/petsc/src/snes/utils/
H A Dconvest.c338 PetscReal *x, *y, slope, intercept; in PetscConvEstGetConvRateSNES_Private() local
H A Ddmplexsnes.c902 PetscReal slope, intercept; in DMSNESCheckJacobian() local
/petsc/src/ksp/ksp/interface/
H A Ditfunc.c2617 PetscReal *x, *y, slope, intercept, mean = 0.0, var = 0.0, res = 0.0; in KSPComputeConvergenceRate() local
/petsc/src/ts/tutorials/
H A Dex9.c1165 PetscScalar *x, *f, *slope; in FVRHSFunction() local
/petsc/src/dm/impls/plex/
H A Dplexgeometry.c509 PetscReal slope = (x - x_j) * (y_i - y_j) - (x_i - x_j) * (y - y_j); in DMPlexLocatePoint_Quad_2D_Linear_Internal() local