Utilities

From openpipeflow.org
Revision as of 01:29, 9 August 2014 by Apwillis (talk | contribs)
Jump to navigation Jump to search

Utilities are kept in utils/

To build, in Makefile, set UTIL = utilname (omitting the .f90 extension), then type 'make util' which builds utilname.out.

It is good practice to do a 'make install' to generate a main.info file to keep alongside the executable.

Pre/post-processing

Runtime processing

Non-problem-specific codes