Age | Commit message (Expand) | Author | Files | Lines |
2019-10-29 | introduce function for linear interpolation. | Paul Garlick | 1 | -8/+21 |
2019-10-29 | re-order operands. | Paul Garlick | 1 | -2/+2 |
2019-10-29 | add space between operator and operand. | Paul Garlick | 1 | -1/+1 |
2019-10-29 | set panel marker for bottom boundary. | Paul Garlick | 1 | -1/+1 |
2019-10-29 | add boundary definition file for bottom boundary. | Paul Garlick | 1 | -0/+27 |
2019-10-28 | add units for target flow. | Paul Garlick | 1 | -1/+1 |
2019-10-28 | use symbolic link to point to topography file instead of variable. | Paul Garlick | 2 | -2/+2 |
2019-10-28 | rename boundaryDefinition.txt to boundaryTop.txt. | Paul Garlick | 1 | -3/+0 |
2019-10-28 | add comment and remove duplicated filename assignments. | Paul Garlick | 1 | -4/+1 |
2019-10-28 | add variable for input filename. | Paul Garlick | 1 | -1/+14 |
2019-10-28 | add filename argument to file output function. | Paul Garlick | 1 | -3/+3 |
2019-10-25 | dispense with .py file extension. | Paul Garlick | 1 | -0/+0 |
2019-10-25 | remove blank line. | Paul Garlick | 1 | -1/+0 |
2019-10-25 | read location from command line instead of boundary definition file. | Paul Garlick | 2 | -11/+15 |
2019-10-24 | split long lines. | Paul Garlick | 1 | -2/+5 |
2019-10-24 | add space between operator and operands. | Paul Garlick | 1 | -8/+8 |
2019-10-24 | split long lines. | Paul Garlick | 1 | -3/+12 |
2019-10-24 | move comments. | Paul Garlick | 1 | -10/+6 |
2019-10-24 | check adjoining nodes in regions adjacent to main channel are dry. | Paul Garlick | 1 | -0/+9 |
2019-10-24 | add labels to print statements. | Paul Garlick | 1 | -8/+9 |
2019-10-23 | increase example target flow. | Paul Garlick | 1 | -1/+1 |
2019-10-23 | use cell-vertex co-ordinates instead of cell-centre co-ordinates. | Paul Garlick | 2 | -5/+5 |
2019-10-23 | merge panel loops. | Paul Garlick | 1 | -5/+4 |
2019-10-23 | use panel index to find panel identifier of part-filled panel. | Paul Garlick | 1 | -1/+1 |
2019-10-22 | move functions to top of file. | Paul Garlick | 1 | -86/+89 |
2019-10-22 | check maximum and minimum heights before panel conveyance calculations. | Paul Garlick | 1 | -14/+18 |
2019-10-22 | set element cross sectional area to zero in empty panels. | Paul Garlick | 1 | -6/+8 |
2019-10-21 | add licence file. | Paul Garlick | 1 | -0/+674 |
2019-10-21 | add authorship file. | Paul Garlick | 1 | -0/+1 |
2019-10-21 | add boolean variable to enable or disable plotting. | Paul Garlick | 2 | -7/+17 |
2019-10-21 | instruct git to ignore output files. | Paul Garlick | 1 | -0/+1 |
2019-10-19 | update file output function. | Paul Garlick | 1 | -12/+7 |
2019-10-18 | calculate cross-sectional area of elements and panels. | Paul Garlick | 1 | -14/+21 |
2019-10-18 | calculate mean inlet velocities. | Paul Garlick | 1 | -3/+3 |
2019-10-16 | find height and cross-sectional area at target flow. | Paul Garlick | 1 | -4/+4 |
2019-10-16 | identify insertion index for level in part-filled panel. | Paul Garlick | 1 | -2/+5 |
2019-10-16 | identify part-filled panel. | Paul Garlick | 2 | -5/+13 |
2019-10-16 | read panel fill order from boundary definition file. | Paul Garlick | 2 | -15/+15 |
2019-10-16 | use list objects for plotting. | Paul Garlick | 1 | -21/+6 |
2019-10-14 | use list to store Manning's n coefficients. | Paul Garlick | 2 | -9/+6 |
2019-10-14 | use lists of lists to store conveyance data. | Paul Garlick | 1 | -2/+14 |
2019-10-14 | read number of height intervals from boundary definition file. | Paul Garlick | 2 | -2/+4 |
2019-10-14 | use a list object to store the minimum heights within each panel. | Paul Garlick | 1 | -10/+7 |
2019-10-14 | heights plural. | Paul Garlick | 1 | -1/+1 |
2019-10-14 | calculate maximum height in channel. | Paul Garlick | 1 | -2/+5 |
2019-10-14 | read overtpping tolerance from boundary definition file. | Paul Garlick | 2 | -1/+4 |
2019-10-11 | read panel markers and channel index from boundary definition file. | Paul Garlick | 2 | -12/+38 |
2019-10-09 | define arrays for boundary co-ordinates and heights. | Paul Garlick | 1 | -0/+22 |
2019-10-09 | calculate cell size. | Paul Garlick | 1 | -6/+11 |
2019-10-09 | derive number of columns and rows of height data. | Paul Garlick | 1 | -1/+9 |