Home
last modified time | relevance | path

Searched refs:DMTSSetRHSFunctionLocal (Results 1 – 6 of 6) sorted by relevance

/petsc/src/ts/utils/
H A Dtsconvest.c190 if (rhsfunc) PetscCall(DMTSSetRHSFunctionLocal(dm[r], rhsfunc, rctx)); in PetscConvEstGetConvRateTS_Spatial_Private()
268 if (rhsfunc) PetscCall(DMTSSetRHSFunctionLocal(ce->idm, rhsfunc, rctx)); in PetscConvEstGetConvRateTS_Spatial_Private()
H A Ddmlocalts.c427 PetscErrorCode DMTSSetRHSFunctionLocal(DM dm, PetscErrorCode (*func)(DM, PetscReal, Vec, Vec, void … in DMTSSetRHSFunctionLocal() function
/petsc/src/ts/tutorials/
H A Dex45.c466 PetscCall(DMTSSetRHSFunctionLocal(dm, DMPlexTSComputeRHSFunctionFEM, &ctx)); in main()
H A Dex11.c1083 if (useCeed) PetscCall(DMTSSetRHSFunctionLocal(dm, DMPlexTSComputeRHSFunctionFVMCEED, user)); in initializeTS()
1086 PetscCall(DMTSSetRHSFunctionLocal(dm, DMPlexTSComputeRHSFunctionFVM, user)); in initializeTS()
H A Dex18.c1047 PetscCall(DMTSSetRHSFunctionLocal(dm, DMPlexTSComputeRHSFunctionFVM, &user)); in main()
/petsc/include/
H A Dpetscts.h890 PETSC_EXTERN PetscErrorCode DMTSSetRHSFunctionLocal(DM, PetscErrorCode (*)(DM, PetscReal, Vec, Vec,…