Searched refs:f0_a (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/tao/tutorials/ |
| H A D | ex1.c | 88 void f0_a(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt uOff_x[]… in f0_a() function 163 PetscCall(PetscDSSetResidual(ds, 1, f0_a, f1_a)); in SetupProblem()
|
| H A D | ex2.c | 89 void f0_a(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt uOff_x[]… in f0_a() function 158 PetscCall(PetscDSSetResidual(ds, 1, f0_a, NULL)); in SetupProblem()
|