Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex18.c495 static PetscErrorCode tilted_phi_2d(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf,… in tilted_phi_2d() function
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()