Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/network/power/
H A Dpower.h16 PetscBool jac_error; /* introduce error in the jacobian */ member
H A Dpower.c116 PetscCall(PetscOptionsHasName(NULL, NULL, "-jac_error", &User.jac_error)); in main()
H A Dpffunctions.c203 if (user_power->jac_error) values[0] = 50.0; in FormJacobian_Power_private()
/petsc/src/snes/tutorials/network/
H A Dex1.c518 appctx_power->jac_error = PETSC_FALSE; in main()
520 PetscCall(PetscOptionsHasName(NULL, NULL, "-jac_error", &appctx_power->jac_error)); in main()