Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex76.c174 static void f0_cubic_w(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const Pets… in f0_cubic_w() function
372 PetscCall(PetscDSSetResidual(prob, 2, f0_cubic_w, f1_w)); in SetupProblem()
/petsc/src/ts/tutorials/
H A Dex76.c310 static void f0_cubic_w(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const Pets… in f0_cubic_w() function
1250 PetscCall(PetscWeakFormSetIndexResidual(wf, NULL, 0, TEMP, 0, 1, f0_cubic_w, 0, NULL)); in SetupProblem()