Searched refs:cSize (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/forest/tests/ |
| H A D | ex2.c | 96 PetscInt s, c, cSize, parent, childID, numChildren; in IdentifyBadPoints() local 102 PetscCall(PetscSectionGetDof(section, p, &cSize)); in IdentifyBadPoints() 103 for (c = 0; c < cSize; c++) { in IdentifyBadPoints() 123 for (c = 0; c < cSize; c++) { in IdentifyBadPoints()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 3860 PetscInt cSize; in PforestCheckLocalizeCell() local 3864 PetscCall(DMPlexVecGetClosure(plex, oldSection, cVecOld, cell, &cSize, &values)); in PforestCheckLocalizeCell() 3865 …PetscAssert(cSize == cDim * P4EST_CHILDREN, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Unexpected closure s… in PforestCheckLocalizeCell() 3897 PetscCall(PetscSectionSetDof(newSection, cell, cSize)); in PforestCheckLocalizeCell() 3898 PetscCall(PetscSectionSetFieldDof(newSection, cell, 0, cSize)); in PforestCheckLocalizeCell() 3900 PetscCall(DMPlexVecRestoreClosure(plex, oldSection, cVecOld, cell, &cSize, &values)); in PforestCheckLocalizeCell()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 475 PetscInt p, pSize, cSize, parMax = PETSC_INT_MIN, parMin = PETSC_INT_MAX; in DMPlexTreeSymmetrize() local 503 PetscCall(PetscSectionGetStorageSize(childSec, &cSize)); in DMPlexTreeSymmetrize() 504 PetscCall(PetscMalloc1(cSize, &children)); in DMPlexTreeSymmetrize()
|