Searched refs:workS (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/dt/dualspace/impls/lagrange/ |
| H A D | dspacelagrange.c | 1054 PetscScalar *workS; in MatTensorAltV() local 1098 PetscCall(PetscMalloc5(dT, &workT, dF, &workF, Nk, &work, Nk, &workstar, Nk, &workS)); in MatTensorAltV() 1152 for (l = 0; l < Nk; l++) workS[l] = workstar[l]; in MatTensorAltV() 1153 vals = &workS[0]; in MatTensorAltV() 1159 for (l = 0; l < Nk; l++) workS[l] = work[l]; in MatTensorAltV() 1160 vals = &workS[0]; in MatTensorAltV() 1175 PetscCall(PetscFree5(workT, workF, work, workstar, workS)); in MatTensorAltV()
|