Lines Matching refs:PetscDSSetObjective
171 PetscCall(PetscDSSetObjective(prob, 0, &f0_jz_sum)); in testSpitzer()
177 PetscCall(PetscDSSetObjective(prob, 0, &f0_jz_sum)); in testSpitzer()
184 PetscCall(PetscDSSetObjective(prob, 0, &f0_n)); in testSpitzer()
194 PetscCall(PetscDSSetObjective(prob, 0, &f0_vz)); in testSpitzer()
201 PetscCall(PetscDSSetObjective(prob, 0, &f0_ve_shift)); in testSpitzer()
210 PetscCall(PetscDSSetObjective(prob, 0, &f0_j_re)); in testSpitzer()
288 PetscCall(PetscDSSetObjective(prob, 0, &f0_0_diff_lp)); in testStable()
291 PetscCall(PetscDSSetObjective(prob, 0, &f0_0_maxwellian_lp)); in testStable()
296 PetscCall(PetscDSSetObjective(prob, 0, &f0_0_diff_lp)); in testStable()
299 PetscCall(PetscDSSetObjective(prob, 0, &f0_0_maxwellian_lp)); in testStable()
330 PetscCall(PetscDSSetObjective(prob, 0, &f0_jz_sum)); in EInduction()