Home
last modified time | relevance | path

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

/petsc/src/ts/tests/
H A Dex25.c36 PetscReal uleft, uright; /* Dirichlet boundary conditions */ member
89 user.uright = 1; in Brusselator()
96 …(PetscOptionsReal("-uright", "Dirichlet boundary condition", "", user.uright, &user.uright, NULL)); in Brusselator()
193 f[i].u = hx * (x[i].u - user->uright); in FormIFunction()
315 x[i].u = user->uleft * (1. - xi) + user->uright * xi + PetscSinReal(2. * PETSC_PI * xi); in FormInitialSolution()
/petsc/src/ts/tutorials/
H A Dex25.c29 PetscReal uleft, uright; /* Dirichlet boundary conditions */ member
70 user.uright = 1; in main()
77 …(PetscOptionsReal("-uright", "Dirichlet boundary condition", "", user.uright, &user.uright, NULL)); in main()
171 f[i].u = hx * (x[i].u - user->uright); in FormIFunction()
293 x[i].u = user->uleft * (1. - xi) + user->uright * xi + PetscSinReal(2. * PETSC_PI * xi); in FormInitialSolution()