Home
last modified time | relevance | path

Searched refs:RHSMatrixLaplaciangllDM (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex50.c77 extern PetscErrorCode RHSMatrixLaplaciangllDM(TS, PetscReal, Vec, Mat, Mat, void *);
179 …PetscCall(RHSMatrixLaplaciangllDM(appctx.ts, 0.0, appctx.dat.curr_sol, appctx.SEMop.stiff, appctx.… in main()
413 PetscErrorCode RHSMatrixLaplaciangllDM(TS ts, PetscReal t, Vec X, Mat A, Mat BB, PetscCtx ctx) in RHSMatrixLaplaciangllDM() function
/petsc/src/tao/unconstrained/tutorials/
H A Dburgers_spectral.c86 extern PetscErrorCode RHSMatrixLaplaciangllDM(TS, PetscReal, Vec, Mat, Mat, void *);
197 …PetscCall(RHSMatrixLaplaciangllDM(appctx.ts, 0.0, u, appctx.SEMop.stiff, appctx.SEMop.stiff, &appc… in main()
425 PetscErrorCode RHSMatrixLaplaciangllDM(TS ts, PetscReal t, Vec X, Mat A, Mat BB, PetscCtx ctx) in RHSMatrixLaplaciangllDM() function