| /petsc/src/ts/tutorials/ |
| H A D | ex22.c | 34 static PetscErrorCode FormRHSFunction(TS, PetscReal, Vec, Vec, void *); 91 PetscCall(TSSetRHSFunction(ts, NULL, FormRHSFunction, &user)); in main() 173 static PetscErrorCode FormRHSFunction(TS ts, PetscReal t, Vec X, Vec F, void *ptr) in FormRHSFunction() function
|
| H A D | ex25.c | 33 static PetscErrorCode FormRHSFunction(TS, PetscReal, Vec, Vec, void *); 90 PetscCall(TSSetRHSFunction(ts, NULL, FormRHSFunction, &user)); in main() 187 static PetscErrorCode FormRHSFunction(TS ts, PetscReal t, Vec X, Vec F, void *ptr) in FormRHSFunction() function
|
| H A D | ex35.cxx | 82 static PetscErrorCode FormRHSFunction(TS, PetscReal, Vec, Vec, void *); 126 PetscCall(TSSetRHSFunction(ts, NULL, FormRHSFunction, user)); in main() 250 static PetscErrorCode FormRHSFunction(TS ts, PetscReal t, Vec X, Vec F, void *ptr) in FormRHSFunction() function
|
| H A D | extchem.c | 55 static PetscErrorCode FormRHSFunction(TS, PetscReal, Vec, Vec, void *); 136 PetscCall(TSSetRHSFunction(ts, NULL, FormRHSFunction, &user)); in main() 227 static PetscErrorCode FormRHSFunction(TS ts, PetscReal t, Vec X, Vec F, void *ptr) in FormRHSFunction() function
|
| H A D | ex22f_mf.F90 | 101 PetscCallA(TSSetRHSFunction(ts, PETSC_NULL_VEC, FormRHSFunction, ctx, ierr)) 279 subroutine FormRHSFunction(ts, t, X, F, ctx, ierr) subroutine 313 end subroutine FormRHSFunction
|
| H A D | extchemfield.c | 79 static PetscErrorCode FormRHSFunction(TS, PetscReal, Vec, Vec, void *); 156 PetscCall(TSSetRHSFunction(ts, NULL, FormRHSFunction, &user)); in main() 310 static PetscErrorCode FormRHSFunction(TS ts, PetscReal t, Vec X, Vec F, void *ptr) in FormRHSFunction() function
|
| H A D | ex34.c | 32 static PetscErrorCode FormRHSFunction(TS ts, PetscReal t, Vec U, Vec F, PetscCtx ctx) in FormRHSFunction() function 243 PetscCall(TSSetRHSFunction(ts, NULL, FormRHSFunction, &user)); in main()
|
| H A D | ex22f.F90 | 92 PetscCallA(TSSetRHSFunction(ts, PETSC_NULL_VEC, FormRHSFunction, ctx, ierr)) 248 subroutine FormRHSFunction(ts, t, X, F, ctx, ierr) subroutine
|
| /petsc/src/ts/tests/ |
| H A D | ex25.c | 40 static PetscErrorCode FormRHSFunction(TS, PetscReal, Vec, Vec, void *); 108 PetscCall(TSSetRHSFunction(ts, NULL, FormRHSFunction, &user)); in Brusselator() 209 static PetscErrorCode FormRHSFunction(TS ts, PetscReal t, Vec X, Vec F, void *ptr) in FormRHSFunction() function
|