Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/tests/
H A Dex10.c22 PetscStreamType tmp_type; in main() local
26 PetscCall(PetscDeviceContextGetStreamType(tmp, &tmp_type)); in main()
27 …PetscCall(AssertPetscStreamTypesValidAndEqual(tmp_type, stypes[i], "Set PetscDeviceStreamType %s d… in main()
31 PetscCall(PetscDeviceContextGetStreamType(tmp, &tmp_type)); in main()
32 …PetscCall(AssertPetscStreamTypesValidAndEqual(tmp_type, stypes[j], "Set PetscDeviceStreamType %s d… in main()
43 PetscStreamType tmp_type; in main() local
49 PetscCall(PetscDeviceContextGetStreamType(tmp, &tmp_type)); in main()
50 …PetscCall(AssertPetscStreamTypesValidAndEqual(tmp_type, stypes[i], "Set PetscDeviceStreamType %s d… in main()
53 PetscCall(PetscDeviceContextGetStreamType(tmp, &tmp_type)); in main()
54 …PetscCall(AssertPetscStreamTypesValidAndEqual(tmp_type, stypes[j], "Set PetscDeviceStreamType %s d… in main()
[all …]
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/
H A D_util.py725 tmp_type = get_obj_type(obj_type)
726 if tmp_type == obj_type:
728 obj_type = tmp_type