aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-29instruct git to ignore info files.Paul Garlick1-0/+1
2019-11-26enter sample text in reference manual.Paul Garlick1-2/+39
2019-11-26add licence for reference manual.Paul Garlick2-0/+523
2019-11-26add reference manual.Paul Garlick1-0/+27
2019-11-25extrapolate topography from interior to fictitious cells.Paul Garlick1-8/+8
2019-11-12move boundary definition files to demo subdirectory.Paul Garlick2-0/+0
2019-11-12create new link to topography file.Paul Garlick1-0/+1
2019-11-12remove link to topography file.Paul Garlick1-1/+0
2019-11-12move makeBoundary script to python subdirectory.Paul Garlick1-0/+0
2019-11-08improve error message.Paul Garlick1-1/+1
2019-11-08use sys module to supply exit function.Paul Garlick1-1/+2
2019-11-08check that discharge capacity is not exceeded.Paul Garlick1-2/+8
2019-10-30print all items in minimum height array.Paul Garlick1-1/+1
2019-10-30disable plotting.Paul Garlick1-1/+1
2019-10-29provide for zero index case.Paul Garlick1-1/+4
2019-10-29specify boundary type in boundary definition file.Paul Garlick3-2/+9
2019-10-29introduce function for linear interpolation.Paul Garlick1-8/+21
2019-10-29re-order operands.Paul Garlick1-2/+2
2019-10-29add space between operator and operand.Paul Garlick1-1/+1
2019-10-29set panel marker for bottom boundary.Paul Garlick1-1/+1
2019-10-29add boundary definition file for bottom boundary.Paul Garlick1-0/+27
2019-10-28add units for target flow.Paul Garlick1-1/+1
2019-10-28use symbolic link to point to topography file instead of variable.Paul Garlick2-2/+2
2019-10-28rename boundaryDefinition.txt to boundaryTop.txt.Paul Garlick1-3/+0
2019-10-28add comment and remove duplicated filename assignments.Paul Garlick1-4/+1
2019-10-28add variable for input filename.Paul Garlick1-1/+14
2019-10-28add filename argument to file output function.Paul Garlick1-3/+3
2019-10-25dispense with .py file extension.Paul Garlick1-0/+0
2019-10-25remove blank line.Paul Garlick1-1/+0
2019-10-25read location from command line instead of boundary definition file.Paul Garlick2-11/+15
2019-10-24split long lines.Paul Garlick1-2/+5
2019-10-24add space between operator and operands.Paul Garlick1-8/+8
2019-10-24split long lines.Paul Garlick1-3/+12
2019-10-24move comments.Paul Garlick1-10/+6
2019-10-24check adjoining nodes in regions adjacent to main channel are dry.Paul Garlick1-0/+9
2019-10-24add labels to print statements.Paul Garlick1-8/+9
2019-10-23increase example target flow.Paul Garlick1-1/+1
2019-10-23use cell-vertex co-ordinates instead of cell-centre co-ordinates.Paul Garlick2-5/+5
2019-10-23merge panel loops.Paul Garlick1-5/+4
2019-10-23use panel index to find panel identifier of part-filled panel.Paul Garlick1-1/+1
2019-10-22move functions to top of file.Paul Garlick1-86/+89
2019-10-22check maximum and minimum heights before panel conveyance calculations.Paul Garlick1-14/+18
2019-10-22set element cross sectional area to zero in empty panels.Paul Garlick1-6/+8
2019-10-21add licence file.Paul Garlick1-0/+674
2019-10-21add authorship file.Paul Garlick1-0/+1
2019-10-21add boolean variable to enable or disable plotting.Paul Garlick2-7/+17
2019-10-21instruct git to ignore output files.Paul Garlick1-0/+1
2019-10-19update file output function.Paul Garlick1-12/+7
2019-10-18calculate cross-sectional area of elements and panels.Paul Garlick1-14/+21
2019-10-18calculate mean inlet velocities.Paul Garlick1-3/+3