Home
last modified time | relevance | path

Searched refs:workstar (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/dt/dualspace/impls/lagrange/
H A Ddspacelagrange.c1049 PetscReal *workT, *workT2, *workF, *workF2, *work, *workstar; in MatTensorAltV() local
1098 PetscCall(PetscMalloc5(dT, &workT, dF, &workF, Nk, &work, Nk, &workstar, Nk, &workS)); in MatTensorAltV()
1150 PetscCall(PetscDTAltVStar(dim, PetscAbsInt(k), -1, work, workstar)); in MatTensorAltV()
1152 for (l = 0; l < Nk; l++) workS[l] = workstar[l]; in MatTensorAltV()
1155 vals = &workstar[0]; in MatTensorAltV()
1175 PetscCall(PetscFree5(workT, workF, work, workstar, workS)); in MatTensorAltV()