Home
last modified time | relevance | path

Searched refs:MPI_Type_create_struct (Results 1 – 9 of 9) sorted by relevance

/petsc/src/ts/characteristic/impls/da/
H A Dslda.c51 PetscCallMPI(MPI_Type_create_struct(2, blockLen, indices, oldtypes, &c->itemType)); in CharacteristicSetUp_DA()
/petsc/src/sys/tests/
H A Dex8.c29 PetscCallMPI(MPI_Type_create_struct(3, lengths, displs, dtypes, &tmptype)); in MakeDatatype()
/petsc/src/sys/objects/
H A Dpinit.c967 PetscCallMPI(MPI_Type_create_struct(2, blockSizes, blockOffsets, blockTypes, &tmpStruct)); in PetscInitialize_Common()
977 PetscCallMPI(MPI_Type_create_struct(2, blockSizes, blockOffsets, blockTypes, &tmpStruct)); in PetscInitialize_Common()
994 PetscCallMPI(MPI_Type_create_struct(2, blockSizes, blockOffsets, blockTypes, &tmpStruct)); in PetscInitialize_Common()
/petsc/doc/manualpages/
H A Dmpi.www.index118 …:+MPI_Type_create_struct++MPI_Type_create_struct++++man+http://www.mpich.org/static/docs/latest/ww…
457 …:+MPI_Type_create_struct++MPI_Type_create_struct++++man+http://www.mpich.org/static/docs/latest/ww…
/petsc/include/petsc/mpiuni/
H A Dmpi.h474 …#define MPI_Type_create_struct(count, array_of_blocklengths, array_of_displacements, array_of_type… macro
/petsc/config/BuildSystem/config/packages/
H A DMPI.py417 … if (MPI_Type_create_struct(count, blocklens, indices, old_types, newtype)) { }\n'):
/petsc/src/mat/utils/
H A Dmatstash.c774 PetscCallMPI(MPI_Type_create_struct(2, blocklens, displs, types, &stype)); in MatStashBlockTypeSetUp()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h2464 PetscCallMPI(MPI_Type_create_struct(4, blockSizes, blockOffsets, blockTypes, &quadStruct)); in DMPforestGetTransferSF_Point()
/petsc/src/dm/impls/plex/
H A Dplex.c9998 PetscCallMPI(MPI_Type_create_struct(2, blockLengths, blockOffsets, blockTypes, &statType)); in DMPlexCheckCellShape()