Searched refs:trig_homogeneous_u (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex13.c | 36 static PetscErrorCode trig_homogeneous_u(PetscInt dim, PetscReal time, const PetscReal x[], PetscIn… in trig_homogeneous_u() function 171 …etscReal[], PetscInt, PetscScalar *, void *) = user->homogeneous ? trig_homogeneous_u : trig_inhom… in SetupPrimalProblem() 385 …tscReal[], PetscInt, PetscScalar *, void *) = {user->homogeneous ? trig_homogeneous_u : trig_inhom… in ComputeAdjoint()
|
| H A D | ex36.c | 48 static PetscErrorCode trig_homogeneous_u(PetscInt dim, PetscReal time, const PetscReal x[], PetscIn… in trig_homogeneous_u() function 167 ex = trig_homogeneous_u; in SetupPrimalProblem()
|