Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex34.c43 PetscReal r_free; // Radius of the free boundary for the ball obstacle member
72 const PetscReal r_free = par->r_free; in exactSol_ball() local
79 if (r < r_free) PetscCall(obstacle_ball(dim, time, x, Nc, u, ctx)); in exactSol_ball()
119 …PetscCall(PetscBagRegisterReal(bag, &p->r_free, 0.697965148223374, "r_free", "Ball free boundary r… in SetupParameters()
186 constants[1] = param->r_free; // Radius of the free boundary for the ball obstacle in SetupPrimalProblem()