Searched refs:f1_u_3d (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex77.c | 128 void f1_u_3d(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt uOff_… in f1_u_3d() function 321 PetscCall(PetscDSSetResidual(ds, 0, NULL, f1_u_3d)); in SetupProblem()
|
| H A D | ex56.c | 55 static void f1_u_3d(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscIn… in f1_u_3d() function 316 PetscCall(PetscDSSetResidual(prob, 0, f0_u_x4, f1_u_3d)); in main()
|