Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/dm/
H A Ddmproject.c1008 static PetscErrorCode DMSwarmRemap_Colella_Internal(DM sw, DM *rsw) in DMSwarmRemap_Colella_Internal() argument
1025 PetscCall(DMSwarmDuplicate(sw, rsw)); in DMSwarmRemap_Colella_Internal()
1026 PetscCall(DMSwarmGetCellDMActive(*rsw, &celldm)); in DMSwarmRemap_Colella_Internal()
1027 PetscCall(DMSwarmSetCellDMActive(*rsw, "remap")); in DMSwarmRemap_Colella_Internal()
1028 PetscCall(InitializeParticles_Regular(*rsw, 1)); in DMSwarmRemap_Colella_Internal()
1029 PetscCall(DMSwarmSetCellDMActive(*rsw, ((PetscObject)celldm)->name)); in DMSwarmRemap_Colella_Internal()
1030 PetscCall(DMSwarmGetLocalSize(*rsw, &Np)); in DMSwarmRemap_Colella_Internal()
1068 PetscCall(DMSwarmGetField(*rsw, "w_q", NULL, NULL, (void **)&rw)); in DMSwarmRemap_Colella_Internal()
1070 PetscCall(DMSwarmSortGetAccess(*rsw)); in DMSwarmRemap_Colella_Internal()
1110 PetscCall(DMSwarmSortGetPointsPerCell(*rsw, rc, &rNpc, &rpidx)); in DMSwarmRemap_Colella_Internal()
[all …]