Searched refs:GammaS (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 362 DMPlex_WaxpyD_Internal(dim, -1.0, gradS_q, gradS_p, GammaS); in RHSFunctionParticles() 366 DMPlex_MultAdd2DReal_Internal(Q, 1, GammaS, &r[p * dim]); in RHSFunctionParticles() 369 DMPlex_MultAdd3DReal_Internal(Q, 1, GammaS, &r[p * dim]); in RHSFunctionParticles()
|