Skip to content

DannyVanpoucke/TimerClass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TimerClass

Object Oriented Fortran 2003 Timer Class.

This TimerClass is developed to serve as an example of Object Oriented programming in Fortran 2003. It is part of a series of modern Fortran tutorials published on my webpage :

  1. Tutorial OOP(III): Constructors and Destructors
  2. Tutorial OOP(IV) : Operator and Assignment Overloading
  3. Tutorial OOP(VI) : Doxygen Documentation of Classes
  4. Tutorial OOP(V) : Privacy in Classes

This TimerClass is, however, not solely developed for the purpose of these tutorials. It also is intended as an upgrade of my former timer and timing functions of my HIVE-toolbox.

Content and Usage

Documentation

Automatic documentation was generated using doxygen. A pdf version as well as the zipped html website versions of the documentation are present in the documentation folder .

Source

The Fortran 2003 source can be found in the folder src

Example

Author

Danny E.P. Vanpoucke