Searched refs:shouldExist (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/vec/tests/ |
| H A D | ex48.c | 83 static inline PetscErrorCode shouldExist(const char name[], PetscBool emptyExists, PetscBool *has) in shouldExist() function 268 PetscCall(shouldExist(c->names[t], PETSC_FALSE, &flg)); in CapsuleWriteAttributes() 290 PetscCall(shouldExist(attribute, PETSC_FALSE, &flg)); in CapsuleReadAndCompareAttributes() 362 PetscCall(shouldExist(apaths[paths2apaths[p]], PETSC_FALSE, &flg2)); in testGroupsDatasets() 374 PetscCall(shouldExist(datasets[s], PETSC_FALSE, &flg)); in testGroupsDatasets() 414 PetscCall(shouldExist(group, PETSC_TRUE, &flg2)); in testGroupsDatasets() 439 PetscCall(shouldExist(name, PETSC_FALSE, &flg1)); in testGroupsDatasets() 523 PetscCall(shouldExist(buf, PETSC_TRUE, &flg)); in testAttributesAbsolutePath() 553 PetscCall(shouldExist(buf, PETSC_TRUE, &flg)); in testAttributesAbsolutePath()
|