Home
last modified time | relevance | path

Searched refs:nCells (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/field/impls/da/
H A Ddmfieldda.c226 PetscInt sfirst = -1, stride = -1, nCells; in DMFieldEvaluateFE_DA() local
256 PetscCall(ISGetLocalSize(cellIS, &nCells)); in DMFieldEvaluateFE_DA()
260 for (c = 0; c < nCells; c++) { in DMFieldEvaluateFE_DA()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c2454 PetscInt nCells; in PlexLayerCreateCellSFs_Private() local
2462 PetscCall(PetscSectionGetChart(coneSection, &cStart, &nCells)); in PlexLayerCreateCellSFs_Private()
2467 …PetscCall(PetscSFSetGraph(*cellOverlapSF, nCells, 0, NULL, PETSC_USE_POINTER, NULL, PETSC_USE_POIN… in PlexLayerCreateCellSFs_Private()
2473 PetscCall(PetscLayoutCreateFromSizes(comm, nCells, PETSC_DECIDE, 1, &map)); in PlexLayerCreateCellSFs_Private()