Home
last modified time | relevance | path

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

/petsc/src/snes/impls/al/
H A Dalimpl.h18 …PetscBool scale_rhs; /* should the RHS vector be scaled by the load … member
H A Dal.c221 …PetscCheck(computealfunction || (snes->vec_rhs && al->scale_rhs), PETSC_COMM_SELF, PETSC_ERR_ARG_W… in SNESNewtonALComputeFunction_NEWTONAL()
227 if (al->scale_rhs && snes->vec_rhs) { in SNESNewtonALComputeFunction_NEWTONAL()
560 …NESSolve` by the load parameter lambda", "SNESNewtonAL", data->scale_rhs, &data->scale_rhs, NULL)); in SNESSetFromOptions_NEWTONAL()
645 arclengthParameters->scale_rhs = PETSC_TRUE; in SNESCreate_NEWTONAL()