Home
last modified time | relevance | path

Searched refs:f1_u_3d (Results 1 – 2 of 2) sorted by relevance

/petsc/src/snes/tutorials/
H A Dex77.c128 void f1_u_3d(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt uOff_… in f1_u_3d() function
321 PetscCall(PetscDSSetResidual(ds, 0, NULL, f1_u_3d)); in SetupProblem()
H A Dex56.c55 static void f1_u_3d(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscIn… in f1_u_3d() function
316 PetscCall(PetscDSSetResidual(prob, 0, f0_u_x4, f1_u_3d)); in main()