Commit Graph

517 Commits

Author SHA1 Message Date
Michael Tryby
e38d7ece50 Bumping benchmark version 2018-07-16 17:09:02 -04:00
Michael Tryby
711bde01d1 Switching build to VS 2017 and bumping benchmark version 2018-07-16 17:02:35 -04:00
Michael Tryby
10c5608210 Adding command line interface to report_diff 2018-07-16 14:25:53 -04:00
Michael Tryby
4723336726 Adding errormanager to toolkit api 2018-07-13 11:47:47 -04:00
Michael Tryby
db40fa7bbe Improving diff report format 2018-07-12 10:28:25 -04:00
Michael Tryby
86c55a2373 Fixing typo 2018-07-11 17:22:26 -04:00
Michael Tryby
c482f38639 Initial commit for report_diff 2018-07-11 17:19:18 -04:00
Michael Tryby
e3cd4ae41a Bumping version 2018-07-11 10:04:10 -04:00
Michael Tryby
f38a637aaf Adding mincdd comparison and better debug information 2018-07-10 18:50:33 -04:00
Michael Tryby
51f5295e8c Merge branch 'dev' of https://github.com/OpenWaterAnalytics/EPANET into dev 2018-07-09 11:11:39 -04:00
Michael Tryby
c8803a9f1b Reorganizing epanet header 2018-07-06 17:42:27 -04:00
Michael Tryby
a93465e1cc Adding test for simultaneous stepping through hyd and qual simulation 2018-07-06 09:48:33 -04:00
Michael Tryby
74fbcf7768 Adding test for stepping through quality simulation 2018-07-06 09:31:58 -04:00
Michael Tryby
64f72abd78 Adding test for stepping through hydraulic simulation 2018-07-05 19:36:50 -04:00
Michael Tryby
efcf8735f0 Fixing indent 2018-07-05 18:45:13 -04:00
Michael Tryby
245e2c5060 Adding tests and a fixture 2018-07-05 18:35:41 -04:00
Michael Tryby
594b6b9260 Python package epanet-python builds and runs 2018-07-03 18:47:30 -04:00
Michael Tryby
323e041e6b Fixing typo 2018-07-03 18:16:09 -04:00
Michael Tryby
ff2c851b1c Merging latest from dev, trying to get import lib generated 2018-07-03 17:38:40 -04:00
Lew Rossman
e29a14a672 Merge branch 'contributor-lr' of https://github.com/LRossman/EPANET into contributor-lr 2018-07-02 13:55:54 -04:00
Lew Rossman
86ffbcf614 Improved node re-ordering method (Issue #162) 2018-07-02 13:55:41 -04:00
Michael Tryby
e1456718a4 Merge pull request #195 from LRossman/contributor-lr
Feature Update - more rigorous hydraulic convergence criteria (#161)
2018-06-26 16:51:07 -04:00
Michael Tryby
39dc089b58 Updating benchmark 2018-06-26 16:36:23 -04:00
Lew Rossman
55a7179ca6 Merge branch 'contributor-lr' of https://github.com/LRossman/EPANET into contributor-lr 2018-06-21 12:05:59 -04:00
Lew Rossman
f5a1b9e518 Reverted to legacy Darcy-Weisbach method 2018-06-21 12:05:51 -04:00
Elad Salomons
f86df2291a Saving HeadErrorLimit and FlowChangeLimit only if they are used
To help a bit with backward computability the two new parameters will be saved to the INP file only if values were set for them.
2018-06-21 10:20:16 +03:00
Michael Tryby
aa81bff09e Adding build and testing instructions. 2018-06-19 17:09:18 -04:00
Lew Rossman
92e10a18b0 Added new convergence options to epanet2.h 2018-06-19 10:41:30 -04:00
Lew Rossman
3a6cd60b96 Merge branch 'contributor-lr' of https://github.com/LRossman/EPANET into contributor-lr 2018-06-19 10:34:51 -04:00
Lew Rossman
e9303de078 Fixes to implement issue #161 2018-06-19 10:30:02 -04:00
Elad Salomons
c41e140b6a Update VB header files 2018-06-19 11:16:32 +03:00
Elad Salomons
42f70f579f Remove strange string from types.h and fix win_build make file 2018-06-17 07:48:25 +03:00
Lew Rossman
d5194ffb81 Merge branch 'contributor-lr' of https://github.com/LRossman/EPANET into contributor-lr 2018-06-16 11:12:59 -04:00
Lew Rossman
9afb6f0b28 Merge branch 'contributor-lr' of https://github.com/LRossman/EPANET into contributor-lr 2018-06-16 11:10:07 -04:00
Lew Rossman
b3ab8ea2c7 Addresses issue #161
Adds new options HEADERROR and FLOWCHANGE to provide more rigorous criteria for hydraulic convergence. Also breaks HYDRAUL.C into 3 separate files to improve code readability.
2018-06-16 11:02:18 -04:00
Michael Tryby
7e73de860a Merge pull request #177 from LRossman/contributor-lr
Changes to get Net1.inp to run
2018-06-15 11:53:20 -04:00
Michael Tryby
f11308fc72 Switching Visual Studio 2017 build to 32 bit 2018-06-15 10:50:37 -04:00
Michael Tryby
d374e7bf1a Changing MAXFNAME from 260 back to 259 2018-06-15 10:41:52 -04:00
Michael Tryby
9ad5c2ce9b Fixing bug in appyeyor config 2018-06-15 10:27:52 -04:00
Michael Tryby
ed777d9d73 Merge branch 'dev' into contributor-lr 2018-06-14 12:34:46 -04:00
Lew Rossman
a73b2d7508 #defined MAXFNAME as 260 instead of L_tmpnam_s 2018-06-09 12:07:44 -04:00
Michael Tryby
5b75bde91d Merge pull request #192 from michaeltryby/dev
Adding cmake variable BUILD_TESTS to Appveyor and Travis
2018-06-08 18:02:05 -04:00
Michael Tryby
21b7a8ab47 Adding cmake variable BUILD_TESTS to Appveyor and Travis 2018-06-08 17:08:37 -04:00
Sam Hatchett
12d3005bd2 Make it more obvious where to ask questions (#191) 2018-06-07 12:03:49 -05:00
Sam Hatchett
9520b6d253 fixes cmake for mac, adds define option for building tests 2018-06-06 18:14:36 -05:00
Lew Rossman
f0c9684871 Changes to pass reg tests
Revised getTmpName() in EPANET.C
2018-06-05 10:31:18 -04:00
Lew Rossman
598f080f52 Merge branch 'contributor-lr' of https://github.com/LRossman/EPANET into contributor-lr 2018-05-24 09:38:34 -04:00
Lew Rossman
4d1cd779ca Changed version # in binary output file
Kept version number at 20012 in binary output file so that the existing EPANET GUI can use this EPANET DLL.
2018-05-24 09:35:49 -04:00
Michael Tryby
9c586bb3f6 Adding quotes around call to generator var 2018-05-23 10:28:23 -04:00
Michael Tryby
5af1ebfdf7 Simplifying env vars in appveyor matrix 2018-05-23 10:18:33 -04:00