Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex18.c18 VEL_ZERO, enumerator
548 if (user->velocityDist == VEL_ZERO) PetscCall(tilted_phi_2d(dim, time, x, 2, u, (void *)&time)); in ExactSolution()
616 if (user->velocityDist == VEL_ZERO) user->initialGuess[1] = tilted_phi_2d; in SetupBC()
629 case VEL_ZERO: in SetupBC()
705 case VEL_ZERO: in SetupProblem()
739 …if (user->velocityDist == VEL_ZERO) PetscCall(PetscDSSetRiemannSolver(prob, 1, riemann_advection)); in SetupProblem()