Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex64.c19 Vec seqX, seqU, seqA, seqS, seqUA, seqUA2; in main() local
199 PetscCall(DMGetGlobalVector(seqdmS, &seqS)); in main()
206 PetscCall(PetscObjectSetName((PetscObject)seqS, "seqSigma")); in main()
396 PetscCall(VecAXPY(Snat, -1.0, seqS)); in main()
415 PetscCall(DMRestoreGlobalVector(seqdmS, &seqS)); in main()