Home
last modified time | relevance | path

Searched refs:DMSWARMCELLDM_CLASSID (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/impls/swarm/
H A Dswarmpic.c10 PetscClassId DMSWARMCELLDM_CLASSID; variable
28 PetscValidHeaderSpecific(*celldm, DMSWARMCELLDM_CLASSID, 1); in DMSwarmCellDMDestroy()
63 PetscValidHeaderSpecific(celldm, DMSWARMCELLDM_CLASSID, 1); in DMSwarmCellDMView()
104 PetscValidHeaderSpecific(celldm, DMSWARMCELLDM_CLASSID, 1); in DMSwarmCellDMGetDM()
129 PetscValidHeaderSpecific(celldm, DMSWARMCELLDM_CLASSID, 1); in DMSwarmCellDMGetFields()
160 PetscValidHeaderSpecific(celldm, DMSWARMCELLDM_CLASSID, 1); in DMSwarmCellDMGetCoordinateFields()
190 PetscValidHeaderSpecific(celldm, DMSWARMCELLDM_CLASSID, 1); in DMSwarmCellDMGetCellID()
214 PetscValidHeaderSpecific(celldm, DMSWARMCELLDM_CLASSID, 1); in DMSwarmCellDMGetSort()
236 PetscValidHeaderSpecific(celldm, DMSWARMCELLDM_CLASSID, 1); in DMSwarmCellDMSetSort()
261 PetscValidHeaderSpecific(celldm, DMSWARMCELLDM_CLASSID, 1); in DMSwarmCellDMGetBlockSize()
[all …]
H A Dswarm.c1627 PetscValidHeaderSpecific(celldm, DMSWARMCELLDM_CLASSID, 2); in DMSwarmAddCellDM()
/petsc/include/
H A Dpetscdmswarm.h86 PETSC_EXTERN PetscClassId DMSWARMCELLDM_CLASSID; variable
/petsc/src/dm/interface/
H A Ddlregisdmdm.c61 PetscCall(PetscClassIdRegister("Swarm Cell DM", &DMSWARMCELLDM_CLASSID)); in DMInitializePackage()