Searched refs:DMProjectField (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex13.c | 400 PetscCall(DMProjectField(dm, 0.0, u, identity, INSERT_VALUES, uAdjProj)); in ComputeAdjoint()
|
| H A D | ex12.c | 819 if (user.fieldBC) PetscCall(DMProjectField(dm, 0.0, u, user.exactFields, INSERT_ALL_VALUES, u)); in main()
|
| /petsc/include/ |
| H A D | petscksp.h | 1377 PETSC_EXTERN PetscErrorCode DMProjectField(DM, PetscReal, Vec, PetscPointFn **, InsertMode, Vec);
|
| /petsc/src/ksp/ksp/utils/dm/ |
| H A D | dmproject.c | 188 PetscErrorCode DMProjectField(DM dm, PetscReal time, Vec U, PetscPointFn **funcs, InsertMode mode, … in DMProjectField() function
|
| /petsc/src/ts/tutorials/ |
| H A D | ex30.c | 1906 PetscCall(DMProjectField(dm, 0, u, funcs, INSERT_VALUES, ellVec)); in ResizeSetUp() 2005 PetscCall(DMProjectField(ctx->view_dm, 0.0, u, funcs, INSERT_VALUES, *out)); in ComputeDiagnostic()
|
| H A D | ex76.c | 1598 PetscCall(DMProjectField(dmCell, crtime, u, diagnostics, INSERT_VALUES, divu)); in MonitorError()
|