Lines Matching defs:time

307 static PetscErrorCode zero_u_2d(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf, Pet…  in zero_u_2d()
314 static PetscErrorCode constant_u_2d(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf,… in constant_u_2d()
322 static PetscErrorCode constant_x_2d(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf,… in constant_x_2d()
364 static PetscErrorCode quadratic_u_2d(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf… in quadratic_u_2d()
388 static PetscErrorCode periodic_u_2d(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf,… in periodic_u_2d()
412 static PetscErrorCode doubly_periodic_u_2d(PetscInt dim, PetscReal time, const PetscReal x[], Petsc… in doubly_periodic_u_2d()
419 static PetscErrorCode shear_bc(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf, Pets… in shear_bc()
426 static PetscErrorCode initialVelocity(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt N… in initialVelocity()
433 static PetscErrorCode zero_phi(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf, Pets… in zero_phi()
439 static PetscErrorCode constant_phi(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf, … in constant_phi()
445 static PetscErrorCode delta_phi_2d(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf, … in delta_phi_2d()
476 static PetscErrorCode gaussian_phi_2d(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt N… in gaussian_phi_2d()
495 static PetscErrorCode tilted_phi_2d(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf,… in tilted_phi_2d()
507 static PetscErrorCode tilted_phi_coupled_2d(PetscInt dim, PetscReal time, const PetscReal x[], Pets… in tilted_phi_coupled_2d()
522 static PetscErrorCode advect_inflow(PetscReal time, const PetscReal *c, const PetscReal *n, const P… in advect_inflow()
531 static PetscErrorCode advect_outflow(PetscReal time, const PetscReal *c, const PetscReal *n, const … in advect_outflow()
539 static PetscErrorCode ExactSolution(DM dm, PetscReal time, const PetscReal *x, PetscScalar *u, Pets… in ExactSolution()
563 static PetscErrorCode Functional_Error(DM dm, PetscReal time, const PetscReal *x, const PetscScalar… in Functional_Error()
848 static PetscErrorCode MonitorFunctionals(TS ts, PetscInt stepnum, PetscReal time, Vec X, PetscCtx c… in MonitorFunctionals()