Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/output/
H A Dex30_1.out10 Pe = 697.208
/petsc/src/ts/tutorials/
H A Dex76.c596 const PetscReal Pe = PetscRealPart(constants[PECLET]); in f0_conduct_pipe_w() local
598 f0[0] -= 2 * k / Pe; in f0_conduct_pipe_w()
715 const PetscReal Pe = PetscRealPart(constants[PECLET]); in f0_conduct_pipe_wiggly_w() local
718 f0[0] -= 2 * k / Pe * (1.0 + eps * 0.5 * PetscSqr(PETSC_PI) * PetscSinReal(PETSC_PI * X[1])); in f0_conduct_pipe_wiggly_w()
867 const PetscReal Pe = PetscRealPart(constants[PECLET]); in f1_conduct_w() local
872 for (d = 0; d < dim; ++d) f1[d] = k / Pe * u_x[uOff_x[TEMP] + d]; in f1_conduct_w()
1110 const PetscReal Pe = PetscRealPart(constants[PECLET]); in g3_conduct_wT() local
1115 for (d = 0; d < dim; ++d) g3[d * dim + d] = k / Pe; in g3_conduct_wT()