MAP Logo

Materials Algorithms Project
Functions Library

[A logo showing the University of Cambridge Crest]


Function MAP_LIB_NAME

  1. Provenance of code.
  2. Purpose of code.
  3. Specification.
  4. Description of function's operation.
  5. References.
  6. Parameter descriptions.
  7. Error indicators.
  8. Accuracy estimate.
  9. Any additional information.
  10. Example of code
  11. Auxiliary routines required.
  12. Keywords.
  13. Download source code.
  14. Links.

Provenance of Source Code

H.K.D.H. Bhadeshia and A.N. Other,
Phase Transformations Group,
Department of Materials Science and Metallurgy,
University of Cambridge,
Cambridge CB2 3QZ, U.K.

E-mail: ******

Added to MAP: November 1999.

Top | Next

Purpose

Purpose of code - a brief statement outlining the broad purpose of the code (1-2 sentences long).

Top | Next | Prev

Specification

Language: ******
Product form: ******


FUNCTION NAME(VAR1, VAR2, VAR3, etc.)

DOUBLE PRECISION VAR1, VAR2, etc
INTEGER VAR3, VAR4, etc

Top | Next | Prev

Description

Paragraph 1 describing operation of function.

Paragraph 2 describing operation of function.

Equation x of reference y.

Paragraph 3 describing operation of function.

Top | Next | Prev

References

  1. Author(s), year, Journal name, Volume number, page number.
  2. S.U.M. Wong, 2001, Journal of Future Events, 77, 144000.

Top | Next | Prev

Parameters

Input parameters

VARIABLE_NAME - type
Description (units).

VARIABLE_NAME - type
Description (units).

VARIABLE_NAME - type
Description (units).

VARIABLE_NAME - type
Description (units).

Output parameters

VARIABLE_NAME - type
Description (units).

VARIABLE_NAME - type
Description (units).

VARIABLE_NAME - type
Description (units).

VARIABLE_NAME - type
Description (units).

Top | Next | Prev

Error Indicators

None.

Top | Next | Prev

Accuracy

No information supplied.

Top | Next | Prev

Further Comments

None.

Top | Next | Prev

Example

1. Program text


      FORTRAN CODE HERE
      STOP
      END


2. Program data


Input data line 1
Input data line 2


3. Program results


First line of results
Second line of results
Third line of results


Top | Next | Prev

Auxiliary Routines

MAP_LIB1_NAME1
MAP_LIB2_NAME2

Top | Next | Prev

Keywords

keyword1, keyword2, keyword3, keyword4, etc

Top | Next | Prev

Download

Download source code

Top | Prev