Lines Matching refs:OMEGA
30 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()
491 PetscCall(PetscDSSetJacobian(prob, OMEGA, JZ, NULL, g1_npsi_right, NULL, NULL)); in SetupProblem()
492 PetscCall(PetscDSSetResidual(prob, OMEGA, f0_Omega, f1_Omega)); in SetupProblem()
519 ctx->initialFuncs[OMEGA] = initialSolution_Omega; in SetupProblem()
521 …SAddBoundary(prob, DM_BC_ESSENTIAL, "Omega for tilt test", label, 1, &id, OMEGA, 0, NULL, (PetscVo… in SetupProblem()
551 PetscCall(PetscFECreateDefault(comm, dim, 1, cell_simplex, NULL, -1, &fe[OMEGA])); in SetupDiscretization()
552 PetscCall(PetscObjectSetName((PetscObject)fe[OMEGA], "Omega")); in SetupDiscretization()
553 PetscCall(DMSetField(dm, OMEGA, NULL, (PetscObject)fe[OMEGA])); in SetupDiscretization()