Fortran DLL Wrapper Documentation

Fortran DLL Wrapper

Fortran DLL Wrapper Documentation

logo 200

This documentation details the APIs of the Fortran Wrapper.

Getting Started

The following steps show how to get started with the Fortran Wrapper.

  1. Prepare data: create an object of type ElasticModel and populate its properties such as TVD, BoreholeRadius, etc.

  2. Determine what to compute:

  3. If you want to get progress reports during the wrapper's computation, prepare an instance of type IProgressT. You can also tell the wrapper how often you want to get progress reports by specifying the progress interval.

  4. Invoke the appropriate function in class FortranDllServiceT.

See examples:

See Also

Other Resources