Home
last modified time | relevance | path

Searched refs:DMPlexComputeCellwiseIntegralFEM (Results 1 – 4 of 4) sorted by relevance

/petsc/src/snes/tutorials/
H A Dex13.c436 PetscCall(DMPlexComputeCellwiseIntegralFEM(dmAdj, uAdj, errorEst, user)); in ComputeAdjoint()
/petsc/include/
H A Dpetscdmplex.h443 PETSC_EXTERN PetscErrorCode DMPlexComputeCellwiseIntegralFEM(DM, Vec, Vec, void *);
/petsc/src/ts/tutorials/
H A Dex30.c1870 PetscCall(DMPlexComputeCellwiseIntegralFEM(dm, u, ellVecCellsF, NULL)); in ResizeSetUp()
/petsc/src/dm/impls/plex/
H A Dplexfem.c2660 PetscErrorCode DMPlexComputeCellwiseIntegralFEM(DM dm, Vec X, Vec F, PetscCtx ctx) in DMPlexComputeCellwiseIntegralFEM() function