Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex14.c1347 PetscMPIInt rank, size, tag, nn, nmax, nn2, nmax2; in THIDAVecView_VTK_XML() local
1371 PetscCallMPI(MPI_Reduce(&nn2, &nmax2, 1, MPI_INT, MPI_MAX, 0, comm)); in THIDAVecView_VTK_XML()
1377 PetscCall(PetscMalloc2(nmax, &array, nmax2, &array2)); in THIDAVecView_VTK_XML()
1397 PetscCallMPI(MPI_Recv(array2, nmax2, MPIU_SCALAR, r, tag, comm, &status)); in THIDAVecView_VTK_XML()