Home
last modified time | relevance | path

Searched refs:DMSwarmCellDMGetBlockSize (Results 1 – 6 of 6) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmswarm.pxi94 PetscErrorCode DMSwarmCellDMGetBlockSize(PetscDMSwarmCellDM, PetscDM, PetscInt *)
H A DDMSwarm.pyx1207 petsc.DMSwarmCellDMGetBlockSize
1211 CHKERR(DMSwarmCellDMGetBlockSize(self.cdm, sw.dm, &bs))
/petsc/include/
H A Dpetscdmswarm.h197 PETSC_EXTERN PetscErrorCode DMSwarmCellDMGetBlockSize(DMSwarmCellDM, DM, PetscInt *);
/petsc/doc/changes/
H A D323.md126 …GetCellID()`, `DMSwarmCellDMGetSort()`, `DMSwarmCellDMSetSort()`, and `DMSwarmCellDMGetBlockSize()`
/petsc/src/dm/impls/swarm/
H A Dswarmpic.c258 PetscErrorCode DMSwarmCellDMGetBlockSize(DMSwarmCellDM celldm, DM sw, PetscInt *bs) in DMSwarmCellDMGetBlockSize() function
H A Dswarm.c677 PetscCall(DMSwarmCellDMGetBlockSize(celldm, dmCoarse, &bs)); in DMCreateMassMatrix_Swarm()
1085 PetscCall(DMSwarmCellDMGetBlockSize(celldm, sw, &bs)); in DMCreateGradientMatrix_Swarm()