FEDEM Solver  R8.0
Source code of the dynamics solver
Data Types | Functions/Subroutines | Variables
fidevicefunctioninterface Module Reference

Fortran interface for FiDeviceFunctionFactory methods. More...

Data Types

interface  fidf_open
 Opens a device function file for read access. More...
 
interface  fidf_openwrite
 Opens a device function file for write access. More...
 
interface  fidf_close
 Closes a specified device function file. More...
 
interface  fidf_closeall
 Closes all currently opened device function files. More...
 
interface  fidf_getvalue
 Evaluates a device function at a given point. More...
 
interface  fidf_setvalue
 Assigns a value to a device function at a given point. More...
 
interface  fidf_setfrequency
 Sets the sampling frequency for a device function. More...
 
interface  fidf_setstep
 Sets the sampling step size for a device function. More...
 
interface  fidf_getxaxis
 Returns the X-axis label for a device function. More...
 
interface  fidf_getyaxis
 Returns the Y-axis label for a device function. More...
 
interface  fidf_setxaxis
 Sets the X-axis label for a device function. More...
 
interface  fidf_setyaxis
 Sets the Y-axis label for a device function. More...
 
interface  fidf_dump
 Dumps data about all defined device functions to console. More...
 
interface  fidf_extfunc
 Opens a file for reading external function values. More...
 
interface  fidf_extfunc_ff
 Updates the external function values from file. More...
 
interface  fidf_storeextfunc
 Stores/extracts external function values from in-core array. More...
 
interface  fidf_initextfunc
 Initializes external function values from file or an array. More...
 

Functions/Subroutines

integer function fidf_extfuncsize ()
 Returns the size of the external function values array. More...
 

Variables

integer, parameter dacfile_p = 1
 DAC file type enum value. More...
 

Detailed Description

Fortran interface for FiDeviceFunctionFactory methods.

Function/Subroutine Documentation

◆ fidf_extfuncsize()

integer function fidevicefunctioninterface::fidf_extfuncsize

Returns the size of the external function values array.

Variable Documentation

◆ dacfile_p

integer, parameter fidevicefunctioninterface::dacfile_p = 1

DAC file type enum value.