Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex13.c28 static PetscErrorCode trig_inhomogeneous_u(PetscInt dim, PetscReal time, const PetscReal x[], Petsc… in trig_inhomogeneous_u() function
171 …, PetscInt, PetscScalar *, void *) = user->homogeneous ? trig_homogeneous_u : trig_inhomogeneous_u; in SetupPrimalProblem()
385 …PetscInt, PetscScalar *, void *) = {user->homogeneous ? trig_homogeneous_u : trig_inhomogeneous_u}; in ComputeAdjoint()
/petsc/doc/manual/
H A Dfe.md51 PetscDSSetExactSolution(ds, f, trig_inhomogeneous_u, user);
59 static PetscErrorCode trig_inhomogeneous_u(PetscInt dim, PetscReal time, const PetscReal x[], Petsc…