Searched refs:Q0 (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/ts/tutorials/network/ |
| H A D | pipeImpls.c | 10 PetscErrorCode PipeComputeSteadyState(Pipe pipe, PetscScalar Q0, PetscScalar H0) in PipeComputeSteadyState() argument 26 x[i].q = Q0; in PipeComputeSteadyState() 27 x[i].h = H0 - c * Q0 * PetscAbsScalar(Q0) * coords[i]; in PipeComputeSteadyState()
|
| H A D | wash.h | 65 …PetscScalar Q0, H0, QL, HL; /* left and right boundary conditions for wash-network (not individual… member
|
| H A D | pipe.h | 14 PetscScalar Q0, H0; /* boundary values in upstream */ member
|
| H A D | pipes.c | 250 PetscCall(PipeComputeSteadyState(pipe, wash->Q0, wash->H0)); in WASHSetInitialSolution() 436 wash->Q0 = 0.477432; /* RESERVOIR */ in WashNetworkCreate()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmda.pxi | 103 if itype in ("q0", "Q0"): return DMDA_INTERPOLATION_Q0
|
| H A D | DMDA.pyx | 11 Q0 = DMDA_INTERPOLATION_Q0 variable in DMDAInterpolationType
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex3.c | 37 Q0, enumerator 762 constants[Q0] = param->q0; in InitializeConstants()
|
| H A D | ex2.c | 91 Q0, enumerator 1447 constants[Q0] = param->q0; in InitializeConstants()
|
| H A D | ex4.c | 112 Q0, enumerator 2061 constants[Q0] = param->q0; in InitializeConstants()
|