Home
last modified time | relevance | path

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

/petsc/src/dm/impls/swarm/
H A Dswarmpic.c783 PetscInt _nel, _npe; in DMSwarmCreatePointPerCellCount() local
786 PetscCall(DMDAGetElements(dm, &_nel, &_npe, &_element)); in DMSwarmCreatePointPerCellCount()
788 PetscCall(DMDARestoreElements(dm, &_nel, &_npe, &_element)); in DMSwarmCreatePointPerCellCount()
/petsc/src/ksp/ksp/tutorials/
H A Dex70.c664 PetscInt _npe, _nel, e, nel; in MaterialPoint_PopulateCell() local
672 PetscCall(DMDAGetElements(dm_vp, &_nel, &_npe, &element)); in MaterialPoint_PopulateCell()
674 PetscCall(DMDARestoreElements(dm_vp, &_nel, &_npe, &element)); in MaterialPoint_PopulateCell()