Searched refs:f0_p (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex46.c | 117 static void f0_p(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt u… in f0_p() function 229 PetscCall(PetscDSSetResidual(ds, 1, f0_p, f1_p)); in SetupProblem() 239 PetscCall(PetscDSSetResidual(ds, 1, f0_p, f1_p)); in SetupProblem()
|
| H A D | ex53.c | 1371 static void f0_p(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt u… in f0_p() function 1795 PetscCall(PetscDSSetResidual(ds, 2, f0_p, f1_p)); in SetupPrimalProblem() 1831 PetscCall(PetscDSSetResidual(ds, 2, f0_p, f1_p)); in SetupPrimalProblem() 1866 PetscCall(PetscDSSetResidual(ds, 2, f0_p, f1_p)); in SetupPrimalProblem()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex71.c | 121 void f0_p(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt uOff_x[]… in f0_p() function 231 PetscCall(PetscDSSetResidual(ds, 1, f0_p, NULL)); in SetupProblem()
|
| H A D | ex62.c | 65 static void f0_p(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt u… in f0_p() function 303 PetscCall(PetscDSSetResidual(ds, 1, f0_p, NULL)); in SetupEqn()
|
| /petsc/doc/tutorials/physics/ |
| H A D | guide_to_stokes.md | 59 …e continuity equation, paired with the pressure test function, is called `f0_p` and can be seen he… 63 :start-at: static void f0_p(
|