Home
last modified time | relevance | path

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

/petsc/src/dm/dt/tests/
H A Dex10.c25 static PetscErrorCode linear_p(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, Pets… in linear_p() function
77 (void)linear_p(dim, t, x, dim, &pressure, NULL); in f0_bd_u_linear()
142 PetscCall(PetscDSSetExactSolution(ds, 1, linear_p, NULL)); in SetupProblem()
/petsc/src/snes/tutorials/
H A Dex71.c83 PetscErrorCode linear_p(PetscInt dim, PetscReal time, const PetscReal X[], PetscInt Nf, PetscScalar… in linear_p() function
261 PetscCall(PetscDSSetExactSolution(ds, 1, linear_p, ctx)); in SetupProblem()
H A Dex76.c89 static PetscErrorCode linear_p(PetscInt Dim, PetscReal time, const PetscReal X[], PetscInt Nf, Pets… in linear_p() function
367 exactFuncs[1] = linear_p; in SetupProblem()
/petsc/src/dm/impls/plex/tests/
H A Dex39.c40 static PetscErrorCode linear_p(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, Pets… in linear_p() function
363 PetscCall(PetscDSSetExactSolution(prob, 1, linear_p, NULL)); in SetupProblem()