FEDEM Solver  R8.0
Source code of the dynamics solver
Data Types | Modules | Functions/Subroutines | Variables
FFrExtractorInterface.f90 File Reference

Fortran interface for FFrExtractor methods. More...

Data Types

interface  ffrextractorinterface::ffr_init
 Opens the results database and reads file headers. More...
 
interface  ffrextractorinterface::ffr_done
 Releases the FFrExtractor object. More...
 
interface  ffrextractorinterface::ffr_findptr
 Finds file position of the specified result variable. More...
 
interface  ffrextractorinterface::ffr_setposition
 Positions the results file(s) for the specified time step. More...
 
interface  ffrextractorinterface::ffr_increment
 Positions the results file(s) for the next time step. More...
 
interface  ffrextractorinterface::ffr_getdata
 Reads the contents of the variable or item group. More...
 
interface  ffrextractorinterface::ffr_finddata
 Locates results data at current time step for specified variable. More...
 

Modules

module  pointerkindmodule
 Module with some kind parameters.
 
module  ffrextractorinterface
 Fortran interface for FFrExtractor methods.
 

Functions/Subroutines

logical function ffrextractorinterface::ffr_getnextstep (startTime, stopTime, timeInc, currTime, iStep)
 Advances the results data base to the next step. More...
 

Variables

integer, parameter pointerkindmodule::i8 = selected_int_kind(18)
 8-byte integer More...
 
integer, parameter pointerkindmodule::dp = kind(1.0D0)
 8-byte real (double) More...
 
integer, parameter pointerkindmodule::ptr = i8
 8-byte integer More...
 

Detailed Description

Fortran interface for FFrExtractor methods.

This file contains a module with Fortran interface definitions for some methods of the FFrExtractor class. See the file FFrExtractor_F.C for the implementation of the wrapper functions of this interface.

Author
Knut Morten Okstad
Date
9 Oct 2000