Home
last modified time | relevance | path

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

/petsc/src/sys/objects/
H A Dptype.c35 else if (ptype == PETSC_COMPLEX) *mtype = MPI_C_DOUBLE_COMPLEX; in PetscDataTypeToMPIDataType()
89 else if (mtype == MPI_C_DOUBLE_COMPLEX) *ptype = PETSC_COMPLEX; in PetscMPIDataTypeToPetscDataType()
/petsc/src/sys/ftn-custom/
H A Df90_cwrap.c36 else if (ftype == MPI_COMPLEX16 || ftype == MPI_C_DOUBLE_COMPLEX) *dtype = MPI_C_DOUBLE_COMPLEX; in PetscMPIFortranDatatypeToC()
/petsc/include/
H A Dpetscmath.h423 …#define MPIU_C_DOUBLE_COMPLEX MPI_C_DOUBLE_COMPLEX PETSC_DEPRECATED_MACRO(3, 15, 0, "MPI_C_DOUBLE_…
451 #define MPIU_COMPLEX MPI_C_DOUBLE_COMPLEX
/petsc/include/petsc/mpiuni/
H A Dmpi.h218 #define MPI_C_DOUBLE_COMPLEX (2 << 20 | 1 << 8 | 2 * (int)sizeof(double)) macro
253 #define MPI_COMPLEX16 MPI_C_DOUBLE_COMPLEX