Home
last modified time | relevance | path

Searched refs:f0_p (Results 1 – 5 of 5) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex46.c117 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 Dex53.c1371 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 Dex71.c121 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 Dex62.c65 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 Dguide_to_stokes.md59 …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(