Home
last modified time | relevance | path

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

/petsc/src/tao/tutorials/
H A Dex2.c66 void f0_u_full(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt uOf… in f0_u_full() function
157 PetscCall(PetscDSSetResidual(ds, 0, user->useDualPenalty == PETSC_TRUE ? f0_u_full : f0_u, f1_u)); in SetupProblem()