Searched refs:cfWork (Results 1 – 1 of 1) sorted by relevance
83 …, PetscReal (*coordRange)[2], PetscInt nc, PetscScalar *cf, PetscScalar *cfWork, PetscInt nPoints,… in MultilinearEvaluate() argument140 for (k = 0; k < whol * nc; k++) cfWork[k] = cf[k]; in MultilinearEvaluate()149 cf[k * nc + l] = cfWork[2 * k * nc + l]; in MultilinearEvaluate()150 cf[(k + half) * nc + l] = cfWork[(2 * k + 1) * nc + l]; in MultilinearEvaluate()