Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex48.c27 JZ, enumerator
143 …const PetscScalar *jzDer = &u_x[uOff_x[JZ]]; // get derivative of the 'left' ("df") and apply to l… in g1_njz_left()
207 const PetscScalar *jzDer = &u_x[uOff_x[JZ]]; in f0_Omega()
229 f0[0] = -eta * u[uOff[JZ]]; in f0_psi_4f()
241 f0[0] = -eta * u[uOff[JZ]]; in f0_psi_2f()
269 f0[0] = u[uOff[JZ]]; in f0_jz()
469 PetscCall(PetscDSSetJacobian(prob, JZ, JZ, g0_1, NULL, NULL, NULL)); in SetupProblem()
470 PetscCall(PetscDSSetJacobian(prob, JZ, PSI, NULL, NULL, NULL, g3_n1)); in SetupProblem()
471 PetscCall(PetscDSSetResidual(prob, JZ, f0_jz, f1_jz)); in SetupProblem()
473 PetscCall(PetscDSSetJacobian(prob, PSI, JZ, g0_neta, NULL, NULL, NULL)); in SetupProblem()
[all …]