Searched refs:colEnd (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/dm/impls/swarm/tests/output/ |
| H A D | ex2_proj_tri_2_faces_quad_order_3.out | 35 DMSwarmComputeMassMatrix_Private: rStart = 0 rEnd = 25 colStart = 0 colEnd = 8
|
| H A D | ex2_proj_0.out | 35 DMSwarmComputeMassMatrix_Private: rStart = 0 rEnd = 4 colStart = 0 colEnd = 2
|
| H A D | ex2_proj_quad_2_faces_quad_order_3.out | 35 DMSwarmComputeMassMatrix_Private: rStart = 0 rEnd = 25 colStart = 0 colEnd = 4
|
| H A D | ex2_proj_tri_quad_order_3.out | 35 DMSwarmComputeMassMatrix_Private: rStart = 0 rEnd = 9 colStart = 0 colEnd = 2
|
| H A D | ex2_proj_quad_2_faces_quad_order_2.out | 35 DMSwarmComputeMassMatrix_Private: rStart = 0 rEnd = 25 colStart = 0 colEnd = 4
|
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 2490 PetscInt rowStart, rowEnd, colStart, colEnd; in DMPlexComputeInterpolatorTree() local 2506 PetscCall(PetscLayoutGetRange(colMap, &colStart, &colEnd)); in DMPlexComputeInterpolatorTree() 2551 if (gInd >= colStart && gInd < colEnd) { in DMPlexComputeInterpolatorTree() 2565 if (gInd >= colStart && gInd < colEnd) { in DMPlexComputeInterpolatorTree() 2585 if (gIndCoarse >= colStart && gIndCoarse < colEnd) { /* local */ in DMPlexComputeInterpolatorTree() 2601 if (gIndCoarse >= colStart && gIndCoarse < colEnd) { /* local */ in DMPlexComputeInterpolatorTree() 3523 PetscInt rowStart, rowEnd, colStart, colEnd, *nnzD, *nnzO; in DMPlexComputeInjectorTree() local 3558 PetscCall(PetscLayoutGetRange(colMap, &colStart, &colEnd)); in DMPlexComputeInjectorTree() 3605 if (colIndex >= colStart && colIndex < colEnd) { in DMPlexComputeInjectorTree() 3642 if (colIndex >= colStart && colIndex < colEnd) { in DMPlexComputeInjectorTree() [all …]
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarm.c | 476 PetscInt locRows, locCols, rStart, colStart, colEnd, *rowIDXs; in DMSwarmComputeMassMatrix_Private() local 504 PetscCall(PetscLayoutGetRange(colLayout, &colStart, &colEnd)); in DMSwarmComputeMassMatrix_Private() 562 if ((key.j >= colStart) && (key.j < colEnd)) ++dnz[key.i - rStart]; in DMSwarmComputeMassMatrix_Private() 699 PetscInt locRows, locCols, rStart, colStart, colEnd, *rowIDXs; in DMSwarmComputeMassMatrixSquare_Private() local 727 PetscCall(PetscLayoutGetRange(colLayout, &colStart, &colEnd)); in DMSwarmComputeMassMatrixSquare_Private() 781 if ((key.j >= colStart) && (key.j < colEnd)) ++dnz[key.i - rStart]; in DMSwarmComputeMassMatrixSquare_Private()
|