Home
last modified time | relevance | path

Searched refs:DMPlexSNESComputeResidualFEM (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/dt/fe/tests/ !
H A Dex1.c263 for (i = 0; i < its; ++i) PetscCall(DMPlexSNESComputeResidualFEM(dm, X, F, NULL)); in TestIntegration2()
/petsc/src/snes/utils/ !
H A Ddmplexsnes.c284 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 Dpetscdmplex.h462 PETSC_EXTERN PetscErrorCode DMPlexSNESComputeResidualFEM(DM, Vec, Vec, void *);