Searched refs:f0_quadratic_w (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex76.c | 114 static void f0_quadratic_w(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const … in f0_quadratic_w() function 364 PetscCall(PetscDSSetResidual(prob, 2, f0_quadratic_w, f1_w)); in SetupProblem()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex76.c | 183 static void f0_quadratic_w(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const … in f0_quadratic_w() function 1237 PetscCall(PetscWeakFormSetIndexResidual(wf, NULL, 0, TEMP, 0, 1, f0_quadratic_w, 0, NULL)); in SetupProblem()
|