View previous topic :: View next topic |
Author |
Message |
JohnCampbell
Joined: 16 Feb 2006 Posts: 2615 Location: Sydney
|
Posted: Thu Sep 08, 2016 1:09 am Post subject: |
|
|
Hi John,
If you are discussing those charts with diamonds, circles, boxes and lines,
I can't remember the last time I created a flowchart !
Using new F90+ coding structures and indenting code with a screen editor makes that micro approach obsolete.
A white board (or large sheets of paper) for a macro approach to code structure is more relevant today.
John |
|
Back to top |
|
 |
davidb
Joined: 17 Jul 2009 Posts: 560 Location: UK
|
Posted: Thu Sep 08, 2016 7:41 am Post subject: |
|
|
I am not aware of anything that is open source or freeware. There is Scitools' Understand Static Analysis Tool (just search for scitools understand) which supports Modern Fortran (and F77) quite well and can give you lots of flow charts and dependency charts. Its expensive but there is a free trial available.
Personally, I find flowcharts harder to create and understand than actual code. They are rarely used these days. _________________ Programmer in: Fortran 77/95/2003/2008, C, C++ (& OpenMP), java, Python, Perl |
|
Back to top |
|
 |
LitusSaxonicum
Joined: 23 Aug 2005 Posts: 2402 Location: Yateley, Hants, UK
|
Posted: Thu Sep 08, 2016 10:04 am Post subject: |
|
|
I agree with the comments. I don't think that I ever used a flowchart for programming. However, the same graphics and logic are very useful for creating event trees in quantitative risk analysis. |
|
Back to top |
|
 |
IanLambley
Joined: 17 Dec 2006 Posts: 506 Location: Sunderland
|
|
Back to top |
|
 |
|