Searched refs:detJp (Results 1 – 1 of 1) sorted by relevance
1011 PetscReal v0[3], J[9], invJ[9], detJ, detJp = 2. / (gmax[0] - gmin[0]), xr[3], den; in DMSwarmComputeLocalSize() local1019 xr[0] = detJp * (xr[0] - gmin[0]) - 1.; in DMSwarmComputeLocalSize()1023 n_int[s] += (detJp * den) * (detJ * wq[q]) / (PetscReal)Ns; in DMSwarmComputeLocalSize()