Searched refs:_npe (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/swarm/ |
| H A D | swarmpic.c | 783 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 D | ex70.c | 664 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()
|