Home
last modified time | relevance | path

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

/petsc/src/ts/tests/
H A Dex27.c354 PetscReal gradS_p[3] = {0., 0., 0.}; in RHSFunctionParticles() local
356 PetscCall(ComputeGradS(dim, Np, &velocity[p * dim], velocity, gradS_p, user)); in RHSFunctionParticles()
362 DMPlex_WaxpyD_Internal(dim, -1.0, gradS_q, gradS_p, GammaS); in RHSFunctionParticles()