Searched refs:f0_cubic_v (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex76.c | 161 static void f0_cubic_v(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const Pets… in f0_cubic_v() function 371 PetscCall(PetscDSSetResidual(prob, 0, f0_cubic_v, f1_v)); in SetupProblem()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex76.c | 302 static void f0_cubic_v(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const Pets… in f0_cubic_v() function 1249 PetscCall(PetscWeakFormSetIndexResidual(wf, NULL, 0, VEL, 0, 1, f0_cubic_v, 0, NULL)); in SetupProblem()
|