Searched refs:trig_inhomogeneous_u (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex13.c | 28 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 D | fe.md | 51 PetscDSSetExactSolution(ds, f, trig_inhomogeneous_u, user); 59 static PetscErrorCode trig_inhomogeneous_u(PetscInt dim, PetscReal time, const PetscReal x[], Petsc…
|