Lines Matching refs:faultbus
117 PetscInt faultbus; /* Fault bus */ member
208 row_loc = 2 * user->faultbus; in PostEventFunction()
209 col_loc = 2 * user->faultbus + 1; /* Location for G */ in PostEventFunction()
212 row_loc = 2 * user->faultbus + 1; in PostEventFunction()
213 col_loc = 2 * user->faultbus; /* Location for G */ in PostEventFunction()
224 row_loc = 2 * user->faultbus; in PostEventFunction()
225 col_loc = 2 * user->faultbus + 1; in PostEventFunction()
228 row_loc = 2 * user->faultbus + 1; in PostEventFunction()
229 col_loc = 2 * user->faultbus; in PostEventFunction()
1120 user.faultbus = 8; in main()
1123 PetscCall(PetscOptionsInt("-faultbus", "", "", user.faultbus, &user.faultbus, NULL)); in main()