Searched refs:patch (Results 1 – 3 of 3) sorted by relevance
| /honee/src/ |
| H A D | honee_versioning.c | 18 PetscErrorCode HoneeGetVersion(int *major, int *minor, int *patch, PetscBool *release) { in HoneeGetVersion() argument 21 if (patch) *patch = HONEE_VERSION_PATCH; 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/include/ |
| H A D | honee.h | 27 #define HONEE_VERSION_GE(major, minor, patch) \ argument 30 … (HONEE_VERSION_MINOR > minor || (HONEE_VERSION_MINOR == minor && HONEE_VERSION_PATCH >= patch))))) 32 PetscErrorCode HoneeGetVersion(int *major, int *minor, int *patch, PetscBool *release);
|