Searched refs:DMSwarmCellDMGetBlockSize (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmswarm.pxi | 94 PetscErrorCode DMSwarmCellDMGetBlockSize(PetscDMSwarmCellDM, PetscDM, PetscInt *)
|
| H A D | DMSwarm.pyx | 1207 petsc.DMSwarmCellDMGetBlockSize 1211 CHKERR(DMSwarmCellDMGetBlockSize(self.cdm, sw.dm, &bs))
|
| /petsc/include/ |
| H A D | petscdmswarm.h | 197 PETSC_EXTERN PetscErrorCode DMSwarmCellDMGetBlockSize(DMSwarmCellDM, DM, PetscInt *);
|
| /petsc/doc/changes/ |
| H A D | 323.md | 126 …GetCellID()`, `DMSwarmCellDMGetSort()`, `DMSwarmCellDMSetSort()`, and `DMSwarmCellDMGetBlockSize()`
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarmpic.c | 258 PetscErrorCode DMSwarmCellDMGetBlockSize(DMSwarmCellDM celldm, DM sw, PetscInt *bs) in DMSwarmCellDMGetBlockSize() function
|
| H A D | swarm.c | 677 PetscCall(DMSwarmCellDMGetBlockSize(celldm, dmCoarse, &bs)); in DMCreateMassMatrix_Swarm() 1085 PetscCall(DMSwarmCellDMGetBlockSize(celldm, sw, &bs)); in DMCreateGradientMatrix_Swarm()
|