Home
last modified time | relevance | path

Searched defs:numCols (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexpreallocate.c249 PetscInt dim, pStart, pEnd, numDof, globalOffStart, globalOffEnd, numCols, adjSize; in DMPlexCreateAdjacencySection_Static() local
718 PetscInt numCols, cStart, c; in DMPlexUpdateAllocation_Static() local
737 PetscInt numCols, cStart, c; in DMPlexUpdateAllocation_Static() local
782 PetscInt numCols, cStart; in DMPlexFillMatrix_Static() local
791 PetscInt numCols, cStart; in DMPlexFillMatrix_Static() local
H A Dplextree.c1425 PetscInt cDof, cOff, numCols, r, i; in DMPlexReferenceTreeGetChildrenMatrices() local
1638 PetscInt cDof, cOff, numCols, numFillCols, i, r, matOffset, offset; in DMPlexComputeAnchorMatrix_Tree_FromReference() local
2732 PetscInt numCols = newOffsets[f + 1] - newOffsets[f]; in DMPlexComputeInterpolatorTree() local
2750 PetscInt numCols = newOffsets[f + 1] - newOffsets[f]; in DMPlexComputeInterpolatorTree() local
2765 PetscInt numCols = newOffsets[f + 1] - newOffsets[f]; in DMPlexComputeInterpolatorTree() local
2782 PetscInt numCols = numColIndices; in DMPlexComputeInterpolatorTree() local
3184 PetscInt cDof, cOff, numCols, r; in DMPlexReferenceTreeGetChildrenMatrices_Injection() local
4016 PetscInt numCols = newOffsets[f + 1] - newOffsets[f]; in DMPlexTransferVecTree_Interpolate() local
H A Dplex.c8068 …const PetscInt points[], const PetscInt ***perms, PetscInt numRows, PetscInt numCols, const PetscS… in DMPlexAnchorsModifyMat_Internal()
8149 …idxSection, PetscInt point, PetscBool useClPerm, PetscInt *numRows, PetscInt *numCols, PetscInt *i… in DMPlexGetClosureIndices_Internal()
8364 PetscInt numRows = -1, numCols = -1; in DMPlexGetClosureIndices() local
/petsc/src/dm/impls/plex/tutorials/
H A Dex19.c210 PetscInt numRows, numCols; in main() local