Home
last modified time | relevance | path

Searched refs:FormRHSFunction (Results 1 – 9 of 9) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex22.c34 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 Dex25.c33 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 Dex35.cxx82 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 Dextchem.c55 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 Dex22f_mf.F90101 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 Dextchemfield.c79 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 Dex34.c32 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 Dex22f.F9092 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 Dex25.c40 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