Home
last modified time | relevance | path

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

/petsc/src/dm/dt/dualspace/interface/
H A Ddualspace.c1188 Vec pointValues, dofValues; in PetscDualSpaceApplyAllDefault() local
1199 dofValues = sp->allDofValues; in PetscDualSpaceApplyAllDefault()
1201 PetscCall(VecPlaceArray(dofValues, spValue)); in PetscDualSpaceApplyAllDefault()
1202 PetscCall(MatMult(allMat, pointValues, dofValues)); in PetscDualSpaceApplyAllDefault()
1203 PetscCall(VecResetArray(dofValues)); in PetscDualSpaceApplyAllDefault()
1224 Vec pointValues, dofValues; in PetscDualSpaceApplyInteriorDefault() local
1235 dofValues = sp->intDofValues; in PetscDualSpaceApplyInteriorDefault()
1237 PetscCall(VecPlaceArray(dofValues, spValue)); in PetscDualSpaceApplyInteriorDefault()
1238 PetscCall(MatMult(intMat, pointValues, dofValues)); in PetscDualSpaceApplyInteriorDefault()
1239 PetscCall(VecResetArray(dofValues)); in PetscDualSpaceApplyInteriorDefault()