Home
last modified time | relevance | path

Searched refs:DMPlexTSComputeIFunctionFEM (Results 1 – 12 of 12) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex47.c296 PetscCall(DMTSSetIFunctionLocal(dm, DMPlexTSComputeIFunctionFEM, &ctx)); in main()
H A Dex46.c336 PetscCall(DMTSSetIFunctionLocal(dm, DMPlexTSComputeIFunctionFEM, &ctx)); in main()
H A Dex18.c1043 PetscCall(DMTSSetIFunctionLocal(dm, DMPlexTSComputeIFunctionFEM, &user)); in main()
1050 PetscCall(DMTSSetIFunctionLocal(dm, DMPlexTSComputeIFunctionFEM, &user)); in main()
H A Dex45.c470 PetscCall(DMTSSetIFunctionLocal(dm, DMPlexTSComputeIFunctionFEM, &ctx)); in main()
H A Dex48.c602 PetscCall(DMTSSetIFunctionLocal(dm, DMPlexTSComputeIFunctionFEM, &ctx)); in main()
H A Dex77.c907 PetscCall(DMTSSetIFunctionLocal(dm, DMPlexTSComputeIFunctionFEM, &user)); in main()
H A Dex30.c1445 PetscCall(DMPlexTSComputeIFunctionFEM(dm, time, locX, work, locF, user)); in DMPlexTSComputeIFunctionFEM_Private()
1451 PetscCall(DMPlexTSComputeIFunctionFEM(dm, time, locX, locX_t, locF, user)); in DMPlexTSComputeIFunctionFEM_Private()
H A Dex76.c1642 PetscCall(DMTSSetIFunctionLocal(dm, DMPlexTSComputeIFunctionFEM, &user)); in main()
H A Dex53.c2149 PetscCall(DMTSSetIFunctionLocal(dm, DMPlexTSComputeIFunctionFEM, &ctx)); in main()
/petsc/src/ts/utils/
H A Ddmplexts.c134 PetscErrorCode DMPlexTSComputeIFunctionFEM(DM dm, PetscReal time, Vec locX, Vec locX_t, Vec locF, P… in DMPlexTSComputeIFunctionFEM() function
/petsc/doc/manual/
H A Dfe.md139 DMTSSetIFunctionLocal(dm, DMPlexTSComputeIFunctionFEM, &user);
/petsc/include/
H A Dpetscdmplex.h474 PETSC_EXTERN PetscErrorCode DMPlexTSComputeIFunctionFEM(DM, PetscReal, Vec, Vec, Vec, void *);