Searched defs:PetscScalarToPetscInt (Results 1 – 2 of 2) sorted by relevance
938 struct PetscScalarToPetscInt { struct939 __host__ __device__ PetscInt operator()(PetscScalar s) { return (PetscInt)PetscRealPart(s); } in operator ()()
1212 struct PetscScalarToPetscInt { struct1213 __host__ __device__ PetscInt operator()(PetscScalar s) { return (PetscInt)PetscRealPart(s); } in operator ()()