Searched refs:DMPlexComputeL2FluxDiffVecLocal (Results 1 – 4 of 4) sorted by relevance
| /petsc/doc/changes/ |
| H A D | 322.md | 176 - Add `DMPlexComputeL2FluxDiffVec()` and `DMPlexComputeL2FluxDiffVecLocal()`
|
| /petsc/include/ |
| H A D | petscdmplex.h | 441 PETSC_EXTERN PetscErrorCode DMPlexComputeL2FluxDiffVecLocal(Vec, PetscInt, Vec, PetscInt, Vec);
|
| /petsc/src/snes/utils/dm/ |
| H A D | dmadapt.c | 990 PetscCall(DMPlexComputeL2FluxDiffVecLocal(lu, 0, lmu, 0, errVec)); in DMAdaptorComputeErrorIndicator_Flux()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 2002 PetscErrorCode DMPlexComputeL2FluxDiffVecLocal(Vec lu, PetscInt f, Vec lmu, PetscInt mf, Vec eFlux) in DMPlexComputeL2FluxDiffVecLocal() function 2120 PetscCall(DMPlexComputeL2FluxDiffVecLocal(lu, f, lmu, mf, eFlux)); in DMPlexComputeL2FluxDiffVec()
|