Searched refs:Kembedding (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 1767 PetscInt *Kembedding; in DMPlexTreeRefineCell() local 1821 …PetscCall(PetscMalloc4(kEnd - kStart, &Kembedding, kEnd - kStart, &perm, kEnd - kStart, &iperm, kE… in DMPlexTreeRefineCell() 1840 … if (q >= pOldStart[d] && q < pOldEnd[d]) Kembedding[p] = (q - pOldStart[d]) + pNewStart[d]; in DMPlexTreeRefineCell() 1887 Kembedding[k] = offset; in DMPlexTreeRefineCell() 1891 if (kParent != 0) PetscCall(PetscSectionSetDof(parentSection, Kembedding[k], 1)); in DMPlexTreeRefineCell() 1939 newCones[offset] = Kembedding[q]; in DMPlexTreeRefineCell() 1949 PetscInt newPoint = Kembedding[kParent]; in DMPlexTreeRefineCell() 1950 PetscCall(PetscSectionGetOffset(parentSection, Kembedding[k], &pOffset)); in DMPlexTreeRefineCell() 2033 PetscCall(PetscFree4(Kembedding, perm, iperm, preOrient)); in DMPlexTreeRefineCell()
|