Searched refs:parentValAtPoint (Results 1 – 1 of 1) sorted by relevance
3045 PetscReal *parentValAtPoint; in DMPlexComputeInjectorReferenceTree() local3060 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()