Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c1697 PetscInt aMatOffset = ia[qConOff]; in DMPlexComputeAnchorMatrix_Tree_FromReference() local
1698 PetscInt aNumFillCols = ia[qConOff + 1] - aMatOffset; in DMPlexComputeAnchorMatrix_Tree_FromReference()
1705 …inVal += pointMat[r * numCols + offset + col] * vals[aMatOffset + aNumFillCols * k + j] * (flip ? … in DMPlexComputeAnchorMatrix_Tree_FromReference()
1712 PetscInt col = ja[aMatOffset + j]; in DMPlexComputeAnchorMatrix_Tree_FromReference()