Home
last modified time | relevance | path

Searched refs:major (Results 1 – 5 of 5) sorted by relevance

/honee/include/
H A Dhonee.h27 #define HONEE_VERSION_GE(major, minor, patch) \ argument
29 (HONEE_VERSION_MAJOR > major || \
30 …(HONEE_VERSION_MAJOR == major && (HONEE_VERSION_MINOR > minor || (HONEE_VERSION_MINOR == minor && …
32 PetscErrorCode HoneeGetVersion(int *major, int *minor, int *patch, PetscBool *release);
/honee/src/
H A Dhonee_versioning.c18 PetscErrorCode HoneeGetVersion(int *major, int *minor, int *patch, PetscBool *release) { in HoneeGetVersion() argument
19 if (major) *major = HONEE_VERSION_MAJOR; in HoneeGetVersion()
H A Dmonitor_totalkineticenergy.c166 int major, minor, patch; in TSMonitor_TotalKineticEnergy() local
169 PetscCall(HoneeGetVersion(&major, &minor, &patch, NULL)); in TSMonitor_TotalKineticEnergy()
170 …PetscCall(PetscViewerASCIIPrintf(ctx->viewer, "# honee_version: %d.%d.%d\n", major, minor, patch)); in TSMonitor_TotalKineticEnergy()
/honee/
H A DCONTRIBUTING.md24 When contributors make a major contribution and support it, their names are included in the automat…
/honee/doc/
H A Dtheory.md441 Note that the weight coefficients are assumed to be in column-major order.