Searched refs:inH (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/dt/space/impls/subspace/ |
| H A D | spacesubspace.c | 97 PetscReal *inpoints, *inB = NULL, *inD = NULL, *inH = NULL; in PetscSpaceEvaluate_Subspace() local 124 … PetscCall(DMGetWorkArray(sp->dm, npoints * origNb * origNc * origDim * origDim, MPIU_REAL, &inH)); in PetscSpaceEvaluate_Subspace() 125 PetscCall(PetscSpaceEvaluate(origsp, npoints, inpoints, inB, inD, inH)); in PetscSpaceEvaluate_Subspace() 139 …for (l = 0; l < origNc * origDim * origDim; l++) phi[l] += inH[(j * origNb + k) * origNc * origDim… in PetscSpaceEvaluate_Subspace() 173 PetscCall(DMRestoreWorkArray(sp->dm, npoints * origNb * origNc * origDim, MPIU_REAL, &inH)); in PetscSpaceEvaluate_Subspace()
|