Searched refs:DMTSSetRHSFunctionLocal (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/ts/utils/ |
| H A D | tsconvest.c | 190 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 D | dmlocalts.c | 427 PetscErrorCode DMTSSetRHSFunctionLocal(DM dm, PetscErrorCode (*func)(DM, PetscReal, Vec, Vec, void … in DMTSSetRHSFunctionLocal() function
|
| /petsc/src/ts/tutorials/ |
| H A D | ex45.c | 466 PetscCall(DMTSSetRHSFunctionLocal(dm, DMPlexTSComputeRHSFunctionFEM, &ctx)); in main()
|
| H A D | ex11.c | 1083 if (useCeed) PetscCall(DMTSSetRHSFunctionLocal(dm, DMPlexTSComputeRHSFunctionFVMCEED, user)); in initializeTS() 1086 PetscCall(DMTSSetRHSFunctionLocal(dm, DMPlexTSComputeRHSFunctionFVM, user)); in initializeTS()
|
| H A D | ex18.c | 1047 PetscCall(DMTSSetRHSFunctionLocal(dm, DMPlexTSComputeRHSFunctionFVM, &user)); in main()
|
| /petsc/include/ |
| H A D | petscts.h | 890 PETSC_EXTERN PetscErrorCode DMTSSetRHSFunctionLocal(DM, PetscErrorCode (*)(DM, PetscReal, Vec, Vec,…
|