Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex27.c175 static PetscErrorCode sensor_q(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf, Pets… in sensor_q() function
243 PetscCallAbort(PETSC_COMM_SELF, sensor_q(dim, t, x, dim, flux, NULL)); in f0_sensor_bd_primal()
573 …ESSENTIAL, "right wall flux", label, 1, &id, 1, 0, NULL, (PetscVoidFn *)sensor_q, NULL, user, NULL… in SetupMixedProblem()
576 …_ESSENTIAL, "left wall flux", label, 1, &id, 1, 0, NULL, (PetscVoidFn *)sensor_q, NULL, user, NULL… in SetupMixedProblem()
583 PetscCall(PetscDSSetExactSolution(ds, 0, sensor_q, user)); in SetupMixedProblem()