Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/network/power/
H A DPFReadData.c106 double pg, qg, qt, qb, vs, mbase, pt, pb; in PFReadMatPowerData() local
108 …sscanf(line, "%d %lf %lf %lf %lf %lf %lf %d %lf %lf", &bus_i, &pg, &qg, &qt, &qb, &vs, &mbase, &st… in PFReadMatPowerData()
113 Gen[geni].qt = qt; in PFReadMatPowerData()
H A Dpower.h80 PetscScalar qt; /* Maximum reactive power output: Mvar */ member
/petsc/doc/manual/
H A Dother.md1204 [the Qt Creator documentation](https://doc.qt.io/qtcreator/creator-build-settings.html).
1217 <https://doc.qt.io/qt-5/qmake-project-files.html>. Once the `.pro` file
1222 to <https://www.qt.io/qt-features-libraries-apis-tools-and-ide/>
/petsc/src/dm/impls/plex/
H A Dplex.c4167 const DMPolytopeType qt = (DMPolytopeType)fifo[fifoStart++]; in DMPlexGetTransitiveClosure_Internal() local
4168 const PetscInt *qarr = DMPolytopeTypeGetArrangement(qt, o); in DMPlexGetTransitiveClosure_Internal()
4173 PetscInt nO = DMPolytopeTypeGetNumArrangements(qt) / 2; in DMPlexGetTransitiveClosure_Internal()
4174 … [%" PetscInt_FMT ",%" PetscInt_FMT ") for %s %" PetscInt_FMT, o, -nO, nO, DMPolytopeTypes[qt], q); in DMPlexGetTransitiveClosure_Internal()