Searched refs:DComp (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex7.c | 476 Vec *etaComp, *DComp; in TestFreeField() local 479 PetscCall(PetscMalloc2(Nc, &etaComp, Nc, &DComp)); in TestFreeField() 490 PetscCall(VecDuplicate(etaComp[i], &DComp[i])); in TestFreeField() 493 PetscCall(VecStrideGatherAll(DHat, DComp, INSERT_VALUES)); in TestFreeField() 497 PetscCall(VecViewFromOptions(DComp[i], NULL, "-dhat_view")); in TestFreeField() 499 PetscCall(VecAXPY(etaComp[i], -1., DComp[i])); in TestFreeField() 506 PetscCall(VecDestroy(&DComp[i])); in TestFreeField() 508 PetscCall(PetscFree2(etaComp, DComp)); in TestFreeField()
|