Home
last modified time | relevance | path

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

/petsc/src/dm/impls/swarm/tests/
H A Dex11.c259 static void f0_1(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt u… in f0_1() function
288 PetscCall(PetscDSSetObjective(ds, 0, &f0_1)); in computeFieldMoments()
H A Dex2.c359 static void f0_1(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt u… in f0_1() function
384 PetscCall(PetscDSSetObjective(prob, 0, &f0_1)); in computeFEMMoments()
/petsc/src/dm/impls/plex/
H A Dplexfem.c7149 static void f0_1(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt u… in f0_1() function
7203 PetscCall(PetscDSSetObjective(ds, field, &f0_1)); in DMPlexComputeMoments()