Searched defs:hf (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/snes/tutorials/network/water/ |
| H A D | waterfunctions.c | 6 PetscScalar Flow_Pipe(Pipe *pipe, PetscScalar hf, PetscScalar ht) in Flow_Pipe() 14 PetscScalar Flow_Pump(Pump *pump, PetscScalar hf, PetscScalar ht) in Flow_Pump() 25 PetscScalar *farr, hf, ht, flow; in FormFunction_Water() local
|
| /petsc/src/ts/tutorials/multirate/ |
| H A D | ex7.c | 173 PetscReal hf, hs, cfl_idt = 0; in FVRHSFunction() local 322 PetscReal hf, hs; in FVRHSFunctionslow() local 444 PetscReal hf, hs; in FVRHSFunctionfast() local 560 const PetscReal hf = (ctx->xmax - ctx->xmin) / 2.0 * (1.0 + 1.0 / ctx->hratio) / Mx; in FVSample() local 643 const PetscReal hf = (ctx->xmax - ctx->xmin) / 2.0 * (1.0 + 1.0 / ctx->hratio) / Mx; in SolutionErrorNorms() local 769 const PetscReal hf = (ctx.xmax - ctx.xmin) / 2.0 / count_fast; in main() local
|
| H A D | ex6.c | 135 PetscReal hs, hf; in FVSample_2WaySplit() local 185 PetscReal hs, hf; in SolutionErrorNorms_2WaySplit() local 881 const PetscReal hf = (ctx.xmax - ctx.xmin) / 4.0 / count_fast; in main() local
|
| H A D | ex8.c | 128 PetscReal hs, hm, hf; in FVSample_3WaySplit() local 198 PetscReal hs, hm, hf; in SolutionErrorNorms_3WaySplit() local 1244 const PetscReal hf = (ctx.xmax - ctx.xmin) / 4.0 / count_fast; in main() local
|
| H A D | ex4.c | 479 PetscReal hs, hf; in FVSample_2WaySplit() local 529 PetscReal hs, hf; in SolutionErrorNorms_2WaySplit() local 1324 const PetscReal hf = (ctx.xmax - ctx.xmin) / 4.0 / count_fast; in main() local
|