Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/dm/
H A Ddmproject.c1016 PetscInt dim, xcdim, vcdim, xcStart, xcEnd, vcStart, vcEnd, Np, Nfc; in DMSwarmRemap_Colella_Internal() local
1045 PetscCall(DMGetCoordinateDim(vdm, &vcdim)); in DMSwarmRemap_Colella_Internal()
1049 hv[0] = PetscRealPart(coords[1 * vcdim + 0] - coords[0 * vcdim + 0]); in DMSwarmRemap_Colella_Internal()
1050 hv[1] = vcdim > 1 ? PetscRealPart(coords[2 * vcdim + 1] - coords[1 * vcdim + 1]) : 1.; in DMSwarmRemap_Colella_Internal()
1095 … xcdim + 1]) : 0., (double)PetscRealPart(v[p * vcdim + 0]), vcdim > 1 ? (double)PetscRealPart(v[p … in DMSwarmRemap_Colella_Internal()
1111 …if (vcdim > 1) PetscCall(W_3_Interpolation_Private((vmin[1] + (vj + 0.5) * hv[1] - v[p * dim + 1])… in DMSwarmRemap_Colella_Internal()