Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/tests/
H A Dex3.c32 PetscStreamType parStype, dupStype; in TestPetscDeviceContextDuplicate() local
34 PetscCall(PetscDeviceContextGetStreamType(dctx, &parStype)); in TestPetscDeviceContextDuplicate()
35 …PetscCall(AssertPetscStreamTypesValidAndEqual(parStype, origStype, "Parent PetscStreamType after d… in TestPetscDeviceContextDuplicate()