Searched refs:linear_p (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/dt/tests/ |
| H A D | ex10.c | 25 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 D | ex71.c | 83 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 D | ex76.c | 89 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 D | ex39.c | 40 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()
|