Home
last modified time | relevance | path

Searched defs:dxxR (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex34.c135 const PetscScalar dxx0 = PetscSqr(user->c) / hx, dxxR = -PetscSqr(user->c) / hx; in FormIJacobian() local
157 …const PetscScalar dxxL = -PetscSqr(user->c) / hx, dxx0 = 2. * PetscSqr(user->c) / hx, dxxR = -Pets… in FormIJacobian() local
H A Dex25.c251 …const PetscScalar dxxL = -user->alpha / hx, dxx0 = 2. * user->alpha / hx, dxxR = -user->alpha / hx; in FormIJacobian() local
H A Dex35.cxx232 …const PetscScalar dxxL = -user->alpha / hx, dxx0 = 2. * user->alpha / hx, dxxR = -user->alpha / hx; in FormIJacobian() local
/petsc/src/ts/tests/
H A Dex25.c273 …const PetscScalar dxxL = -user->alpha / hx, dxx0 = 2. * user->alpha / hx, dxxR = -user->alpha / hx; in FormIJacobian() local