Home
last modified time | relevance | path

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

/petsc/src/sys/objects/
H A Dptype.c31 else if (ptype == PETSC_COMPLEX) *mtype = MPI_C_COMPLEX; in PetscDataTypeToMPIDataType()
85 else if (mtype == MPI_C_COMPLEX) *ptype = PETSC_COMPLEX; in PetscMPIDataTypeToPetscDataType()
/petsc/include/
H A Dpetscmath.h422 #define MPIU_C_COMPLEX MPI_C_COMPLEX PETSC_DEPRECATED_MACRO(3, 15, 0, "MPI_C_COMPLEX", )
449 #define MPIU_COMPLEX MPI_C_COMPLEX
455 #define MPIU_COMPLEX MPI_C_COMPLEX
/petsc/include/petsc/mpiuni/
H A Dmpi.h215 #define MPI_C_COMPLEX (2 << 20 | 1 << 8 | 2 * (int)sizeof(float)) macro