Home
last modified time | relevance | path

Searched refs:f1_v (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/dt/tests/
H A Dex10.c49 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 Dex76.c189 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 Dex77.c191 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 Dex76.c792 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()