Home
last modified time | relevance | path

Searched refs:Q0 (Results 1 – 9 of 9) sorted by relevance

/petsc/src/ts/tutorials/network/
H A DpipeImpls.c10 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 Dwash.h65 …PetscScalar Q0, H0, QL, HL; /* left and right boundary conditions for wash-network (not individual… member
H A Dpipe.h14 PetscScalar Q0, H0; /* boundary values in upstream */ member
H A Dpipes.c250 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 Dpetscdmda.pxi103 if itype in ("q0", "Q0"): return DMDA_INTERPOLATION_Q0
H A DDMDA.pyx11 Q0 = DMDA_INTERPOLATION_Q0 variable in DMDAInterpolationType
/petsc/src/ts/tutorials/hamiltonian/
H A Dex3.c37 Q0, enumerator
762 constants[Q0] = param->q0; in InitializeConstants()
H A Dex2.c91 Q0, enumerator
1447 constants[Q0] = param->q0; in InitializeConstants()
H A Dex4.c112 Q0, enumerator
2061 constants[Q0] = param->q0; in InitializeConstants()