Lines Matching refs:uOff
12 static void constant(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscI… in constant() argument
14 const PetscInt Nc = uOff[1] - uOff[0]; in constant()
18 static void linear(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt… in linear() argument
20 const PetscInt Nc = uOff[1] - uOff[0]; in linear()
24 static void quadratic(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const Petsc… in quadratic() argument
26 const PetscInt Nc = uOff[1] - uOff[0]; in quadratic()
30 static void trig(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt u… in trig() argument
32 const PetscInt Nc = uOff[1] - uOff[0]; in trig()
39 static void prime(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt … in prime() argument
88 PetscInt uOff[2] = {0, Nc}; in exactSolution() local
90 …user->exactSol(dim, 1, 0, uOff, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, time, x, 0, … in exactSolution()
95 static void f0(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt uOf… in f0() argument
97 const PetscInt Nc = uOff[1] - uOff[0]; in f0()
101 static void g0(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt uOf… in g0() argument
103 const PetscInt Nc = uOff[1] - uOff[0]; in g0()