Searched refs:gradS_q (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/tests/ |
| H A D | ex27.c | 358 PetscReal gradS_q[3] = {0., 0., 0.}, GammaS[3] = {0., 0., 0.}, Q[9]; in RHSFunctionParticles() local 361 PetscCall(ComputeGradS(dim, Np, &velocity[q * dim], velocity, gradS_q, user)); in RHSFunctionParticles() 362 DMPlex_WaxpyD_Internal(dim, -1.0, gradS_q, gradS_p, GammaS); in RHSFunctionParticles()
|