Searched refs:childId (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 2574 PetscInt childId; in DMPlexComputeInterpolatorTree() local 2576 childId = childIds[p - pStartF]; in DMPlexComputeInterpolatorTree() 2577 if (childId < 0) { /* no child interpolation: one nnz per */ in DMPlexComputeInterpolatorTree() 2683 PetscInt childId; in DMPlexComputeInterpolatorTree() local 2688 childId = childIds[p - pStartF]; in DMPlexComputeInterpolatorTree() 2716 if (childId < 0) { /* no child interpolation: scatter */ in DMPlexComputeInterpolatorTree() 2733 …rowIndices[offsets[f]], numCols, &pInd[newOffsets[f]], refPointFieldMats[childId - pRefStart][f], … in DMPlexComputeInterpolatorTree() 2736 …tSetValues(mat, gDof, rowIndices, numColIndices, pInd, refPointFieldMats[childId - pRefStart][0], … in DMPlexComputeInterpolatorTree() 2745 if (childId < 0) { /* copy the incoming matrix */ in DMPlexComputeInterpolatorTree() 2769 …PetscCheck(refPointFieldN[childId - pRefStart][f] == numInRows, PETSC_COMM_SELF, PETSC_ERR_PLIB, "… in DMPlexComputeInterpolatorTree() [all …]
|