Searched refs:f1_v (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/dt/tests/ |
| H A D | ex10.c | 49 static void f1_v(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt u… in f1_v() function 130 PetscCall(PetscDSSetResidual(ds, 0, f0_v, f1_v)); in SetupProblem()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex76.c | 189 static void f1_v(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt u… in f1_v() function 363 PetscCall(PetscDSSetResidual(prob, 0, f0_quadratic_v, f1_v)); in SetupProblem() 371 PetscCall(PetscDSSetResidual(prob, 0, f0_cubic_v, f1_v)); in SetupProblem()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex77.c | 191 static void f1_v(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt u… in f1_v() function 359 PetscCall(PetscDSSetResidual(prob, 0, f0_trig_trig_v, f1_v)); in SetupProblem()
|
| H A D | ex76.c | 792 static void f1_v(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt u… in f1_v() function 1224 PetscCall(PetscDSSetResidual(ds, VEL, f0_v, f1_v)); in SetupProblem()
|