Searched refs:major (Results 1 – 5 of 5) sorted by relevance
| /honee/include/ |
| H A D | honee.h | 27 #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 D | honee_versioning.c | 18 PetscErrorCode HoneeGetVersion(int *major, int *minor, int *patch, PetscBool *release) { in HoneeGetVersion() argument 19 if (major) *major = HONEE_VERSION_MAJOR; in HoneeGetVersion()
|
| H A D | monitor_totalkineticenergy.c | 166 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 D | CONTRIBUTING.md | 24 When contributors make a major contribution and support it, their names are included in the automat…
|
| /honee/doc/ |
| H A D | theory.md | 441 Note that the weight coefficients are assumed to be in column-major order.
|