Searched refs:DMPlexComputeBdIntegral (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex73.c | 229 PetscCall(DMPlexComputeBdIntegral(dm, u, label, 1, &id, funcs, outflow, &user)); in main()
|
| /petsc/doc/changes/ |
| H A D | 322.md | 174 - Now `DMPlexComputeBdIntegral()` takes one function per field
|
| /petsc/src/snes/tutorials/ |
| H A D | ex12.c | 936 PetscCall(DMPlexComputeBdIntegral(dm, u, label, 1, &id, func, &bdInt, NULL)); in main()
|
| /petsc/include/ |
| H A D | petscdmplex.h | 445 PETSC_EXTERN PetscErrorCode DMPlexComputeBdIntegral(DM, Vec, DMLabel, PetscInt, const PetscInt[], v…
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 2859 PetscErrorCode DMPlexComputeBdIntegral(DM dm, Vec X, DMLabel label, PetscInt numVals, const PetscIn… in DMPlexComputeBdIntegral() function
|