Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gamg/
H A Dutil.c29 PetscReal *datas; in PCGAMGGetDataWithGhosts() local
43 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()