Searched refs:DMPlexComputeL2FluxDiffVec (Results 1 – 4 of 4) sorted by relevance
| /petsc/doc/changes/ |
| H A D | 322.md | 176 - Add `DMPlexComputeL2FluxDiffVec()` and `DMPlexComputeL2FluxDiffVecLocal()`
|
| /petsc/src/snes/tutorials/ |
| H A D | ex27.c | 736 PetscCall(DMPlexComputeL2FluxDiffVec(u, 0, mu, 0, fluxError)); in main()
|
| /petsc/include/ |
| H A D | petscdmplex.h | 442 PETSC_EXTERN PetscErrorCode DMPlexComputeL2FluxDiffVec(Vec, PetscInt, Vec, PetscInt, Vec);
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 2104 PetscErrorCode DMPlexComputeL2FluxDiffVec(Vec u, PetscInt f, Vec mu, PetscInt mf, Vec eFlux) in DMPlexComputeL2FluxDiffVec() function
|