Home
last modified time | relevance | path

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

/petsc/include/petsc/mpiuni/
H A Dmpif.h56 MPIUNI_FInt MPI_COMPLEX16
69 parameter (MPI_COMPLEX16=2097424)
H A Dmpi.h253 #define MPI_COMPLEX16 MPI_C_DOUBLE_COMPLEX macro
/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()