Searched refs:DMPlexSNESComputeResidualFEM (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/dt/fe/tests/ |
| H A D | ex1.c | 263 for (i = 0; i < its; ++i) PetscCall(DMPlexSNESComputeResidualFEM(dm, X, F, NULL)); in TestIntegration2()
|
| /petsc/src/snes/utils/ |
| H A D | dmplexsnes.c | 284 PetscErrorCode DMPlexSNESComputeResidualFEM(DM dm, Vec X, Vec F, PetscCtx ctx) in DMPlexSNESComputeResidualFEM() function 732 } else PetscCall(DMSNESSetFunctionLocal(dm, DMPlexSNESComputeResidualFEM, ctx)); in DMPlexSetSNESLocalFEM()
|
| /petsc/include/ |
| H A D | petscdmplex.h | 462 PETSC_EXTERN PetscErrorCode DMPlexSNESComputeResidualFEM(DM, Vec, Vec, void *);
|