Searched refs:auxVec (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex7.c | 367 Vec auxVec; in SetGauge_Identity() local 373 PetscCall(DMGetAuxiliaryVec(dm, NULL, 0, 0, &auxVec)); in SetGauge_Identity() 374 PetscCall(VecGetDM(auxVec, &auxDM)); in SetGauge_Identity() 377 …for (PetscInt i = eStart; i < eEnd; ++i) PetscCall(VecSetValuesSection(auxVec, s, i, id, INSERT_VA… in SetGauge_Identity() 378 PetscCall(VecViewFromOptions(auxVec, NULL, "-gauge_view")); in SetGauge_Identity()
|