Searched refs:PHI (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex48.c | 29 PHI, enumerator 129 …const PetscScalar *pphiDer = &u_x[uOff_x[PHI]]; // get derivative of the 'right' ("dg") and apply … in g1_phi_right() 206 const PetscScalar *phiDer = &u_x[uOff_x[PHI]]; in f0_Omega() 226 const PetscScalar *phiDer = &u_x[uOff_x[PHI]]; in f0_psi_4f() 254 const PetscScalar *phiDer = &u_x[uOff_x[PHI]]; in f1_phi() 290 const PetscScalar *phiDer = &u_x[uOff_x[PHI]]; in f0_mhd_v_energy2() 481 PetscCall(PetscDSSetJacobian(prob, PSI, PHI, NULL, g1_psi_left, NULL, NULL)); in SetupProblem() 484 PetscCall(PetscDSSetJacobian(prob, PHI, PHI, NULL, NULL, NULL, g3_n1)); in SetupProblem() 485 PetscCall(PetscDSSetJacobian(prob, PHI, OMEGA, g0_1, NULL, NULL, NULL)); in SetupProblem() 486 PetscCall(PetscDSSetResidual(prob, PHI, f0_phi, f1_phi)); in SetupProblem() [all …]
|