Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex13.c36 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 Dex36.c48 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()