Searched refs:wIntv (Results 1 – 1 of 1) sorted by relevance
561 …tscDTAltVInterior(PetscInt N, PetscInt k, const PetscReal *w, const PetscReal *v, PetscReal *wIntv) in PetscDTAltVInterior() argument574 wIntv[0] = sum; in PetscDTAltVInterior()578 for (i = 0; i < N; i++) wIntv[N - 1 - i] = w[0] * v[i] * mult[i]; in PetscDTAltVInterior()580 wIntv[0] = -w[0] * v[1] - w[1] * v[2]; in PetscDTAltVInterior()581 wIntv[1] = w[0] * v[0] - w[2] * v[2]; in PetscDTAltVInterior()582 wIntv[2] = w[1] * v[0] + w[2] * v[1]; in PetscDTAltVInterior()588 for (i = 0; i < Nkm; i++) wIntv[i] = 0.; in PetscDTAltVInterior()601 wIntv[idx] += flip ? -(w[i] * v[subset[j]]) : (w[i] * v[subset[j]]); in PetscDTAltVInterior()