Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tests/
H A Dex48.c490 Capsule capsules[nap][ns], c = NULL, old = NULL; in testAttributesAbsolutePath() local
505 PetscCall(PetscMemzero(capsules, nap * ns * sizeof(Capsule))); in testAttributesAbsolutePath()
536 …PetscCheck(!capsules[paths2apaths[p]][s], comm, PETSC_ERR_PLIB, "capsules[%" PetscInt_FMT "][%" Pe… in testAttributesAbsolutePath()
537 capsules[paths2apaths[p]][s] = c; in testAttributesAbsolutePath()
563 c = capsules[paths2apaths[p]][s]; in testAttributesAbsolutePath()
574 for (s = 0; s < ns; s++) PetscCall(CapsuleDestroy(&capsules[p][s])); in testAttributesAbsolutePath()
582 Capsule capsules[nap][ns], c = NULL, old = NULL; in testAttributesPushedPath() local
594 PetscCall(PetscMemzero(capsules, nap * ns * sizeof(Capsule))); in testAttributesPushedPath()
615 …PetscCheck(!capsules[paths2apaths[p]][s], comm, PETSC_ERR_PLIB, "capsules[%" PetscInt_FMT "][%" Pe… in testAttributesPushedPath()
616 capsules[paths2apaths[p]][s] = c; in testAttributesPushedPath()
[all …]