Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c3045 PetscReal *parentValAtPoint; in DMPlexComputeInjectorReferenceTree() local
3060 parentValAtPoint = &Tparent->T[0][(fSize * j + parentCellShapeDof) * Nc]; in DMPlexComputeInjectorReferenceTree()
3117 … for (m = 0; m < Nc; m++) val += weights[j * Nc + m] * parentValAtPoint[m] * childValAtPoint[m]; in DMPlexComputeInjectorReferenceTree()