Searched refs:datas (Results 1 – 1 of 1) sorted by relevance
29 PetscReal *datas; in PCGAMGGetDataWithGhosts() local43 PetscCall(PetscMalloc1(data_sz * nnodes, &datas)); in PCGAMGGetDataWithGhosts()49 datas[dir * nnodes + kk] = PetscRealPart(crd); // get local part now in PCGAMGGetDataWithGhosts()59 …for (kk = nloc, jj = 0; jj < num_ghosts; kk++, jj++) datas[dir * nnodes + kk] = PetscRealPart(data… in PCGAMGGetDataWithGhosts()63 *a_data_out = datas; in PCGAMGGetDataWithGhosts()