aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-16add makefile.Paul Garlick1-0/+18
2019-12-16move ignore instruction for info files to top level.Paul Garlick2-1/+1
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
='#n496'>496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674