Home
last modified time | relevance | path

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

/petsc/src/ts/tests/
H A Dex27.c117 PetscReal v_val; in SetInitialCoordinates() local
119 PetscCall(PetscRandomGetValueReal(rndv, &v_val)); in SetInitialCoordinates()
120 velocity[p * dim + d] = v_val; in SetInitialCoordinates()