Searched refs:MPI_Type_create_struct (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/ts/characteristic/impls/da/ |
| H A D | slda.c | 51 PetscCallMPI(MPI_Type_create_struct(2, blockLen, indices, oldtypes, &c->itemType)); in CharacteristicSetUp_DA()
|
| /petsc/src/sys/tests/ |
| H A D | ex8.c | 29 PetscCallMPI(MPI_Type_create_struct(3, lengths, displs, dtypes, &tmptype)); in MakeDatatype()
|
| /petsc/src/sys/objects/ |
| H A D | pinit.c | 967 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 D | mpi.www.index | 118 …:+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 D | mpi.h | 474 …#define MPI_Type_create_struct(count, array_of_blocklengths, array_of_displacements, array_of_type… macro
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | MPI.py | 417 … if (MPI_Type_create_struct(count, blocklens, indices, old_types, newtype)) { }\n'):
|
| /petsc/src/mat/utils/ |
| H A D | matstash.c | 774 PetscCallMPI(MPI_Type_create_struct(2, blocklens, displs, types, &stype)); in MatStashBlockTypeSetUp()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 2464 PetscCallMPI(MPI_Type_create_struct(4, blockSizes, blockOffsets, blockTypes, &quadStruct)); in DMPforestGetTransferSF_Point()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 9998 PetscCallMPI(MPI_Type_create_struct(2, blockLengths, blockOffsets, blockTypes, &statType)); in DMPlexCheckCellShape()
|