Searched refs:childValAtPoint (Results 1 – 1 of 1) sorted by relevance
3113 PetscReal *childValAtPoint; in DMPlexComputeInjectorReferenceTree() local3116 childValAtPoint = &Tchild->T[0][childCellDof * Nc]; in DMPlexComputeInjectorReferenceTree()3117 … for (m = 0; m < Nc; m++) val += weights[j * Nc + m] * parentValAtPoint[m] * childValAtPoint[m]; in DMPlexComputeInjectorReferenceTree()