Lines Matching refs:Nf

62 …PetscErrorCode (*initialGuess[2])(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf, …
179 static void f0_zero_u(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const Petsc… in f0_zero_u() argument
185 static void f0_constant_u(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const P… in f0_constant_u() argument
190 PetscCallAbort(PETSC_COMM_SELF, constant_u_2d(dim, t, x, Nf, wind, NULL)); in f0_constant_u()
194 static void f1_constant_u(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const P… in f1_constant_u() argument
200 static void g0_constant_uu(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const … in g0_constant_uu() argument
206 static void g0_constant_pp(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const … in g0_constant_pp() argument
211 static void f0_lap_u(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscI… in f0_lap_u() argument
217 static void f1_lap_u(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscI… in f1_lap_u() argument
225 static void f0_lap_periodic_u(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], con… in f0_lap_periodic_u() argument
231 static void f0_lap_doubly_periodic_u(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff… in f0_lap_doubly_periodic_u() argument
237 void g3_uu(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt uOff_x[… in g3_uu() argument
248 static void f0_advection(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const Pe… in f0_advection() argument
255 static void f1_advection(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const Pe… in f1_advection() argument
261 void g0_adv_pp(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt uOf… in g0_adv_pp() argument
268 void g1_adv_pp(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt uOf… in g1_adv_pp() argument
274 void g0_adv_pu(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt uOf… in g0_adv_pu() argument
280 void g1_adv_pu(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt uOf… in g1_adv_pu() argument
286 static void riemann_advection(PetscInt dim, PetscInt Nf, const PetscReal *qp, const PetscReal *n, c… in riemann_advection() argument
294 static void riemann_coupled_advection(PetscInt dim, PetscInt Nf, const PetscReal *qp, const PetscRe… in riemann_coupled_advection() argument
307 static PetscErrorCode zero_u_2d(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf, Pet… in zero_u_2d() argument
314 static PetscErrorCode constant_u_2d(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf,… in constant_u_2d() argument
322 static PetscErrorCode constant_x_2d(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf,… in constant_x_2d() argument
364 static PetscErrorCode quadratic_u_2d(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf in quadratic_u_2d() argument
388 static PetscErrorCode periodic_u_2d(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf,… in periodic_u_2d() argument
412 …_periodic_u_2d(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf, PetscScalar *u, Pet… in doubly_periodic_u_2d() argument
419 static PetscErrorCode shear_bc(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf, Pets… in shear_bc() argument
426 …nitialVelocity(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf, PetscScalar *u, Pet… in initialVelocity() argument
433 static PetscErrorCode zero_phi(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf, Pets… in zero_phi() argument
439 static PetscErrorCode constant_phi(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf, … in constant_phi() argument
445 static PetscErrorCode delta_phi_2d(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf, … in delta_phi_2d() argument
452 PetscCall(constant_x_2d(dim, time, x0, Nf, xn, ctx)); in delta_phi_2d()
476 …aussian_phi_2d(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf, PetscScalar *u, Pet… in gaussian_phi_2d() argument
482 PetscCall(constant_x_2d(dim, time, x0, Nf, xn, ctx)); in gaussian_phi_2d()
495 static PetscErrorCode tilted_phi_2d(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf,… in tilted_phi_2d() argument
507 …phi_coupled_2d(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf, PetscScalar *u, Pet… in tilted_phi_coupled_2d() argument
586 …PetscErrorCode (*exactFuncs[2])(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf, Pe… in SetupBC()
824 PetscInt dim, Nf, cStart, cEnd, c; in SetInitialConditionFVM() local
829 PetscCall(PetscDSGetNumFields(prob, &Nf)); in SetInitialConditionFVM()
841 if (xc) PetscCall((*func)(dim, 0.0, cg->centroid, Nf, xc, ctx)); in SetInitialConditionFVM()
858 PetscInt pStart, pEnd, p, Nf, f; in MonitorFunctionals() local
865 PetscCall(PetscSectionGetNumFields(s, &Nf)); in MonitorFunctionals()
867 PetscCall(PetscCalloc1(Nf * 2, &xnorms)); in MonitorFunctionals()
870 for (f = 0; f < Nf; ++f) { in MonitorFunctionals()
998 for (f = 0; f < Nf; ++f) { in MonitorFunctionals()
1003 for (f = 0; f < Nf; ++f) { in MonitorFunctionals()