Home
last modified time | relevance | path

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

/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/
H A Dplextree.c2547 …ierr = DMPlexGetIndicesPoint_Internal(cSec,PETSC_TRUE,p,cOff,offsetsCopy,PETSC_TRUE,NULL, NULL,row… in DMPlexComputeInterpolatorTree()
2551 …ierr = DMPlexGetIndicesPoint_Internal(localCoarse,PETSC_TRUE,anchor,lOff,newOffsetsCopy,PETSC_TRUE… in DMPlexComputeInterpolatorTree()
2579 …ierr = DMPlexGetIndicesPoint_Internal(localCoarse,PETSC_FALSE,anchor,gOff < 0 ? -(gOff + 1) : gOff… in DMPlexComputeInterpolatorTree()
2601 …ierr = DMPlexGetIndicesPoint_Internal(localCoarse,PETSC_FALSE,p,gOff < 0 ? -(gOff + 1) : gOff,offs… in DMPlexComputeInterpolatorTree()
2712 …ierr = DMPlexGetIndicesPoint_Internal(localFine,PETSC_FALSE,p,gOff,offsetsCopy,PETSC_FALSE,NULL, N… in DMPlexComputeInterpolatorTree()
2875 …ierr = DMPlexGetIndicesPoint_Internal(localFine,PETSC_FALSE,p,gOff,offsetsCopy,PETSC_FALSE,NULL, N… in DMPlexComputeInterpolatorTree()
3561 …ierr = DMPlexGetIndicesPoint_Internal(localFine,PETSC_FALSE,p,gOff < 0 ? -(gOff + 1) : gOff,offset… in DMPlexTransferInjectorTree()
3797 …ierr = DMPlexGetIndicesPoint_Internal(localCoarse,PETSC_FALSE,p,gOff < 0 ? -(gOff + 1) : gOff,offs… in DMPlexComputeInjectorTree()
3905 …ierr = DMPlexGetIndicesPoint_Internal(localCoarse,PETSC_FALSE,p,gOff < 0 ? -(gOff + 1) : gOff,offs… in DMPlexComputeInjectorTree()
4243 …ierr = DMPlexGetIndicesPoint_Internal(localFine,PETSC_FALSE,p,gOff,offsetsCopy,PETSC_FALSE,NULL,NU… in DMPlexTransferVecTree_Interpolate()
[all …]
H A Dplex.c5605 PetscErrorCode DMPlexGetIndicesPoint_Internal(PetscSection section, PetscBool islocal,PetscInt poin… in DMPlexGetIndicesPoint_Internal() function
6080 …ierr = DMPlexGetIndicesPoint_Internal(cSec, PETSC_TRUE, b, bOff, &bEnd, PETSC_TRUE, (perms && perm… in DMPlexAnchorsModifyMat()
6091 …ierr = DMPlexGetIndicesPoint_Internal(section, PETSC_TRUE, a, aOff, &bAnchorEnd, PETSC_TRUE, NULL,… in DMPlexAnchorsModifyMat()
6478 …ierr = DMPlexGetIndicesPoint_Internal(section, isLocal, pnt, idxOff < 0 ? -(idxOff+1) : idxOff, &o… in DMPlexGetClosureIndices()
6799 …ierr = DMPlexGetIndicesPoint_Internal(fsection, PETSC_FALSE, ftotpoints[2*p], globalOff < 0 ? -(gl… in DMPlexMatSetClosureRefined()
6805 …ierr = DMPlexGetIndicesPoint_Internal(csection, PETSC_FALSE, cpoints[2*p], globalOff < 0 ? -(globa… in DMPlexMatSetClosureRefined()
6955 …ierr = DMPlexGetIndicesPoint_Internal(fsection, PETSC_FALSE, ftotpoints[2*p], globalOff < 0 ? -(gl… in DMPlexMatGetClosureIndicesRefined()
6961 …ierr = DMPlexGetIndicesPoint_Internal(csection, PETSC_FALSE, cpoints[2*p], globalOff < 0 ? -(globa… in DMPlexMatGetClosureIndicesRefined()
/dports/science/PETSc/petsc-3.14.1/include/petsc/private/
H A Ddmpleximpl.h598 PETSC_INTERN PetscErrorCode DMPlexGetIndicesPoint_Internal(PetscSection,PetscBool,PetscInt,PetscInt…
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS47033 PetscErrorCode DMPlexGetIndicesPoint_Internal(5605,228108
H A DCTAGS5629 DMPlexGetIndicesPoint_Internal src/dm/impls/plex/plex.c /^PetscErrorCode DMPlexGetIndicesPoint_Inte…