Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex70.c598 PetscReal *coor_q, *coor_qn; in DMSwarmPICInsertPointsCellwise() local
611 coor_q = &xp[dim * q]; in DMSwarmPICInsertPointsCellwise()
615 for (d = 0; d < dim; d++) sep += (coor_q[d] - coor_qn[d]) * (coor_q[d] - coor_qn[d]); in DMSwarmPICInsertPointsCellwise()