Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Ddeviceimpl.h31 #define PetscStreamTypeCast(...) static_cast<PetscStreamType>(__VA_ARGS__) macro
35 #define PetscStreamTypeCast(...) ((PetscStreamType)(__VA_ARGS__)) macro
114 PetscStreamType pvst_stype_ = PetscStreamTypeCast(stype); \
/petsc/src/sys/objects/device/interface/
H A Dpetscdevice_interface_internal.hpp189 streamType.first = PetscStreamTypeCast(stype); in PetscDeviceContextQueryOptions_Internal()