Searched refs:linear_u (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex39.c | 34 static PetscErrorCode linear_u(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, Pets… in linear_u() function 72 PetscCallAbort(PETSC_COMM_SELF, linear_u(dim, t, x, dim, u_rhs, NULL)); in f0_v_linear() 129 PetscCallAbort(PETSC_COMM_SELF, linear_u(dim, t, x, dim, u_rhs, NULL)); in f0_bd_u_linear() 362 PetscCall(PetscDSSetExactSolution(prob, 0, linear_u, NULL)); in SetupProblem()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex24.c | 60 static PetscErrorCode linear_u(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, Pets… in linear_u() function 82 PetscCallAbort(PETSC_COMM_SELF, linear_u(dim, t, x, dim, &potential, NULL)); in f0_bd_linear_q() 248 PetscCall(PetscDSSetExactSolution(ds, 1, linear_u, user)); in SetupPrimalProblem()
|
| /petsc/src/dm/dt/tests/ |
| H A D | ex10.c | 17 static PetscErrorCode linear_u(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, Pets… in linear_u() function 141 PetscCall(PetscDSSetExactSolution(ds, 0, linear_u, NULL)); in SetupProblem()
|