Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex36.c65 static void f0_trig_homogeneous_u(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[],… in f0_trig_homogeneous_u() function
164 PetscCall(PetscDSSetResidual(ds, 0, f0_trig_homogeneous_u, f1_u)); in SetupPrimalProblem()
H A Dex13.c56 static void f0_trig_homogeneous_u(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[],… in f0_trig_homogeneous_u() function
170 … = user->homogeneous ? f0_trig_homogeneous_u : f0_trig_… in SetupPrimalProblem()