Searched refs:quadratic_u_2d (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/tao/tutorials/ |
| H A D | ex1.c | 138 PetscErrorCode quadratic_u_2d(PetscInt dim, PetscReal t, const PetscReal x[], PetscInt Nf, PetscSca… in quadratic_u_2d() function 172 PetscCall(PetscDSSetExactSolution(ds, 0, quadratic_u_2d, NULL)); in SetupProblem() 176 …, DM_BC_ESSENTIAL, "wall", label, 1, &id, 0, 0, NULL, (PetscVoidFn *)quadratic_u_2d, NULL, user, N… in SetupProblem()
|
| H A D | ex2.c | 133 PetscErrorCode quadratic_u_2d(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf, Petsc… in quadratic_u_2d() function 167 PetscCall(PetscDSSetExactSolution(ds, 0, quadratic_u_2d, NULL)); in SetupProblem() 171 …, DM_BC_ESSENTIAL, "wall", label, 1, &id, 0, 0, NULL, (PetscVoidFn *)quadratic_u_2d, NULL, user, N… in SetupProblem()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex12.c | 103 static PetscErrorCode quadratic_u_2d(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc… in quadratic_u_2d() function 604 user->exactFuncs[0] = quadratic_u_2d; in SetupProblem() 688 if (dim == 2) bcFuncs[0] = quadratic_u_2d; in SetupBC()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex18.c | 364 static PetscErrorCode quadratic_u_2d(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf… in quadratic_u_2d() function 648 exactFuncs[0] = quadratic_u_2d; in SetupBC()
|