Searched refs:f0_w (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex39.c | 100 static void f0_w(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt u… in f0_w() function 346 PetscCall(PetscDSSetResidual(prob, 2, f0_w, NULL)); in SetupProblem()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex76.c | 828 static void f0_w(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt u… in f0_w() function 1226 PetscCall(PetscDSSetResidual(ds, TEMP, f0_w, f1_w)); in SetupProblem()
|