Home
last modified time | relevance | path

Searched refs:HL (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ts/tutorials/network/
H A Dwash.h65 …PetscScalar Q0, H0, QL, HL; /* left and right boundary conditions for wash-network (not individual… member
H A Dpipe.h15 PetscScalar QL, HL; /* boundary values in downstream */ member
H A Dpipes.c438 wash->HL = 143.488; /* VALVE */ in WashNetworkCreate()
/petsc/lib/petsc/bin/maint/
H A Dtoclapack.sh260 HL=${TMP}/hl.sed
268 s/([^a-zA-Z_1-9]+)dlamc3_([^a-zA-Z_1-9]+)/\\1hlamc3_\\2/g;\n' > "$HL"
440 $SED -r -f "$HL"
480 printf 's/([^a-zA-Z_1-9]+)%s_([^a-zA-Z_1-9]+)/\\1%s_\\2/g;\n' "${base}" "${hbase}" >> "$HL"
482 … printf 's/([^a-zA-Z_1-9]+)%s1_([^a-zA-Z_1-9]+)/\\1%s1_\\2/g;\n' "${base}" "${hbase}" >> "$HL";
483 … printf 's/([^a-zA-Z_1-9]+)%s2_([^a-zA-Z_1-9]+)/\\1%s2_\\2/g;\n' "${base}" "${hbase}" >> "$HL";