Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/dm/
H A Ddmproject.c993 static PetscErrorCode W_3_Interpolation_Private(PetscReal x, PetscReal *w) in W_3_Interpolation_Private() function
1100 …PetscCall(W_3_Interpolation_Private((xmin[0] + (xi + 0.5) * hx[0] - x[p * dim + 0]) / hx[0], &Wx[0… in DMSwarmRemap_Colella_Internal()
1102 …if (xcdim > 1) PetscCall(W_3_Interpolation_Private((xmin[1] + (xj + 0.5) * hx[1] - x[p * dim + 1])… in DMSwarmRemap_Colella_Internal()
1105 …PetscCall(W_3_Interpolation_Private((vmin[0] + (vi + 0.5) * hv[0] - v[p * dim + 0]) / hv[0], &Wv[0… 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()