Home
last modified time | relevance | path

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

/petsc/src/dm/dt/space/impls/subspace/
H A Dspacesubspace.c97 PetscReal *inpoints, *inB = NULL, *inD = NULL, *inH = NULL; in PetscSpaceEvaluate_Subspace() local
122 if (B) PetscCall(DMGetWorkArray(sp->dm, npoints * origNb * origNc, MPIU_REAL, &inB)); in PetscSpaceEvaluate_Subspace()
125 PetscCall(PetscSpaceEvaluate(origsp, npoints, inpoints, inB, inD, inH)); in PetscSpaceEvaluate_Subspace()
235 for (l = 0; l < origNc; l++) phi[l] += inB[(j * origNb + k) * origNc + l] * subq[k]; in PetscSpaceEvaluate_Subspace()
247 PetscCall(DMRestoreWorkArray(sp->dm, npoints * origNb * origNc, MPIU_REAL, &inB)); in PetscSpaceEvaluate_Subspace()