Searched refs:buffer2 (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/network/ ! |
| H A D | networkview.c | 94 … proccall[PETSC_MAX_PATH_LEN + 512], scriptFile[PETSC_MAX_PATH_LEN + 1], buffer[256], buffer2[256]; in DMView_Network_Matplotlib() local 139 …ces", "Focus the view on the given set of vertices", NULL, NULL, buffer2, sizeof(buffer2), &option… in DMView_Network_Matplotlib() 229 PetscCall(PetscStrlcat(options, buffer2, sizeof(options))); in DMView_Network_Matplotlib() 233 PetscCall(PetscSNPrintf(buffer2, sizeof(buffer2), "%f", (double)viewPadding)); in DMView_Network_Matplotlib() 235 PetscCall(PetscStrlcat(options, buffer2, sizeof(options))); in DMView_Network_Matplotlib()
|
| /petsc/src/dm/impls/plex/hdf5/ ! |
| H A D | plexhdf5.c | 2007 PetscSFNode *buffer0, *buffer1, *buffer2; in DMPlexDistributionLoad_HDF5_Private() local 2011 PetscCall(PetscMalloc1(*chartSize, &buffer2)); in DMPlexDistributionLoad_HDF5_Private() 2031 for (p = 0; p < *chartSize; ++p) buffer2[p].rank = -1; in DMPlexDistributionLoad_HDF5_Private() 2034 PetscCall(PetscSFBcastBegin(*distsf, MPIU_SF_NODE, buffer1, buffer2, MPI_REPLACE)); in DMPlexDistributionLoad_HDF5_Private() 2035 PetscCall(PetscSFBcastEnd(*distsf, MPIU_SF_NODE, buffer1, buffer2, MPI_REPLACE)); in DMPlexDistributionLoad_HDF5_Private() 2037 …buffer2[p].rank >= 0, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Found negative root rank %" PetscInt_… in DMPlexDistributionLoad_HDF5_Private() 2049 …etGraph(migrationSF, pEnd - pStart, *chartSize, NULL, PETSC_OWN_POINTER, buffer2, PETSC_OWN_POINTE… in DMPlexDistributionLoad_HDF5_Private()
|