Searched refs:len_slow (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ts/tutorials/multirate/ |
| H A D | finitevolume1d.h | 59 …Info info, const PetscScalar *jL, const PetscScalar *jR, const PetscInt len_slow, const PetscInt l… 60 …Info info, const PetscScalar *jL, const PetscScalar *jR, const PetscInt len_slow, const PetscInt l… 61 …Info info, const PetscScalar *jL, const PetscScalar *jR, const PetscInt len_slow, const PetscInt l… 62 …Info info, const PetscScalar *jL, const PetscScalar *jR, const PetscInt len_slow, const PetscInt l… 63 …Info info, const PetscScalar *jL, const PetscScalar *jR, const PetscInt len_slow, const PetscInt l… 64 …Info info, const PetscScalar *jL, const PetscScalar *jR, const PetscInt len_slow, const PetscInt l… 65 …Info info, const PetscScalar *jL, const PetscScalar *jR, const PetscInt len_slow, const PetscInt l… 66 …Info info, const PetscScalar *jL, const PetscScalar *jR, const PetscInt len_slow, const PetscInt l…
|
| H A D | ex5.c | 190 PetscInt i, j, k, Mx, dof, xs, xm, len_slow; in FVRHSFunctionslow() local 208 PetscCall(ISGetSize(ctx->iss, &len_slow)); in FVRHSFunctionslow() 221 if (i < len_slow + 1) { in FVRHSFunctionslow() 253 if (i < len_slow) { /* slow parts can be changed based on a */ in FVRHSFunctionslow() 269 if (i == len_slow) { /* slow parts can be changed based on a */ in FVRHSFunctionslow() 295 PetscInt i, j, k, Mx, dof, xs, xm, len_slow; in FVRHSFunctionfast() local 313 PetscCall(ISGetSize(ctx->iss, &len_slow)); in FVRHSFunctionfast() 326 if (i > len_slow - 2) { in FVRHSFunctionfast() 356 if (i > len_slow) { in FVRHSFunctionfast() 366 for (j = 0; j < dof; j++) f[(i - len_slow - 1) * dof + j] -= ctx->flux[j] / hx; in FVRHSFunctionfast() [all …]
|