Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex34.c54 static PetscErrorCode obstacle_ball(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc,… in obstacle_ball() function
79 if (r < r_free) PetscCall(obstacle_ball(dim, time, x, Nc, u, ctx)); in exactSol_ball()
171 PetscCall(PetscDSSetLowerBound(ds, 0, obstacle_ball, param)); in SetupPrimalProblem()