Searched refs:f1_w (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex76.c | 204 static void f1_w(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt u… in f1_w() function 364 PetscCall(PetscDSSetResidual(prob, 2, f0_quadratic_w, f1_w)); in SetupProblem() 372 PetscCall(PetscDSSetResidual(prob, 2, f0_cubic_w, f1_w)); in SetupProblem()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex77.c | 203 static void f1_w(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt u… in f1_w() function 360 PetscCall(PetscDSSetResidual(prob, 2, f0_trig_trig_w, f1_w)); in SetupProblem()
|
| H A D | ex76.c | 856 static void f1_w(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt u… in f1_w() function 1226 PetscCall(PetscDSSetResidual(ds, TEMP, f0_w, f1_w)); in SetupProblem()
|