Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex48.c30 OMEGA, enumerator
163 const PetscScalar *pOmegaDer = &u_x[uOff_x[OMEGA]]; in g1_omega_left()
204 const PetscScalar *omegaDer = &u_x[uOff_x[OMEGA]]; in f0_Omega()
211 if (u_t) f0[0] += u_t[OMEGA]; in f0_Omega()
216 const PetscScalar *omegaDer = &u_x[uOff_x[OMEGA]]; in f1_Omega()
249 f0[0] += u[uOff[OMEGA]]; in f0_phi()
485 PetscCall(PetscDSSetJacobian(prob, PHI, OMEGA, g0_1, NULL, NULL, NULL)); in SetupProblem()
488 PetscCall(PetscDSSetJacobian(prob, OMEGA, OMEGA, g0_dt, g1_phi_right, NULL, g3_nmu)); in SetupProblem()
489 PetscCall(PetscDSSetJacobian(prob, OMEGA, PSI, NULL, g1_njz_left, NULL, NULL)); in SetupProblem()
490 PetscCall(PetscDSSetJacobian(prob, OMEGA, PHI, NULL, g1_omega_left, NULL, NULL)); in SetupProblem()
[all …]