Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex27.c162 static PetscErrorCode sensor_u(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf, Pets… in sensor_u() function
313 PetscCallAbort(PETSC_COMM_SELF, sensor_u(dim, t, x, dim, &potential, NULL)); in f0_sensor_bd_mixed_q()
436 …ottom wall primal potential", label, 1, &id, 0, 0, NULL, (PetscVoidFn *)sensor_u, NULL, user, NULL… in SetupPrimalProblem()
444 … "top wall primal potential", label, 1, &id, 0, 0, NULL, (PetscVoidFn *)sensor_u, NULL, user, NULL… in SetupPrimalProblem()
451 PetscCall(PetscDSSetExactSolution(ds, 0, sensor_u, user)); in SetupPrimalProblem()
584 PetscCall(PetscDSSetExactSolution(ds, 1, sensor_u, user)); in SetupMixedProblem()