Searched refs:ComputeGradS (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/tests/ |
| H A D | ex27.c | 287 static PetscErrorCode ComputeGradS(PetscInt dim, PetscInt Np, const PetscReal vp[], const PetscReal… in ComputeGradS() function 356 PetscCall(ComputeGradS(dim, Np, &velocity[p * dim], velocity, gradS_p, user)); in RHSFunctionParticles() 361 PetscCall(ComputeGradS(dim, Np, &velocity[q * dim], velocity, gradS_q, user)); in RHSFunctionParticles()
|