FEDEM Solver
R8.0
Source code of the dynamics solver
|
Fortran wrapper for the FiDeviceFunctionFactory methods. More...
#include "FiDeviceFunctions/FiDeviceFunctionFactory.H"
#include "FiDeviceFunctions/FiDeviceFunctionBase.H"
#include "FFaLib/FFaCmdLineArg/FFaCmdLineArg.H"
#include "FFaLib/FFaOS/FFaFortran.H"
#include <cstring>
Functions | |
SUBROUTINE (fidf_open, FIDF_OPEN) const | |
Opens a function device for reading. More... | |
SUBROUTINE (fidf_openwrite, FIDF_OPENWRITE) const | |
Opens a function device for writing. More... | |
SUBROUTINE (fidf_close, FIDF_CLOSE) const | |
Closes the file associated with the fileIndex. More... | |
SUBROUTINE (fidf_closeall, FIDF_CLOSEALL)() | |
Closes all open files. More... | |
DOUBLE_FUNCTION (fidf_getvalue, FIDF_GETVALUE) const | |
Returns a value from the device. More... | |
SUBROUTINE (fidf_setvalue, FIDF_SETVALUE) const | |
Sets a value pair to the device. More... | |
SUBROUTINE (fidf_setfrequency, FIDF_SETFREQUENCY) const | |
Defines the sampling frequency for the device. More... | |
SUBROUTINE (fidf_setstep, FIDF_SETSTEP) const | |
Defines the sampling step size for the device. More... | |
SUBROUTINE (fidf_getxaxis, FIDF_GETXAXIS) const | |
Returns X-axis info for the device. More... | |
SUBROUTINE (fidf_getyaxis, FIDF_GETYAXIS) const | |
Returns Y-axis info for the device. More... | |
SUBROUTINE (fidf_setxaxis, FIDF_SETXAXIS) const | |
Sets X-axis info for the device. More... | |
SUBROUTINE (fidf_setyaxis, FIDF_SETYAXIS) const | |
Sets Y-axis info for the device. More... | |
SUBROUTINE (fidf_dump, FIDF_DUMP)() | |
Dumps data about current device functions. More... | |
SUBROUTINE (fidf_extfunc, FIDF_EXTFUNC) | |
Opens a file for reading external function values. More... | |
SUBROUTINE (fidf_extfunc_ff, FIDF_EXTFUNC_FF) const | |
Updates the external function values from file. More... | |
SUBROUTINE (fidf_storeextfunc, FIDF_STOREEXTFUNC) | |
Transfers external function values to/from state array. More... | |
SUBROUTINE (fidf_initextfunc, FIDF_INITEXTFUNC) | |
Initializes external function values either from file or state array. More... | |
Fortran wrapper for the FiDeviceFunctionFactory methods.
DOUBLE_FUNCTION | ( | fidf_getvalue | , |
FIDF_GETVALUE | |||
) | const |
Returns a value from the device.
SUBROUTINE | ( | fidf_close | , |
FIDF_CLOSE | |||
) | const |
Closes the file associated with the fileIndex.
SUBROUTINE | ( | fidf_closeall | , |
FIDF_CLOSEALL | |||
) |
Closes all open files.
SUBROUTINE | ( | fidf_dump | , |
FIDF_DUMP | |||
) |
Dumps data about current device functions.
SUBROUTINE | ( | fidf_extfunc | , |
FIDF_EXTFUNC | |||
) |
Opens a file for reading external function values.
SUBROUTINE | ( | fidf_extfunc_ff | , |
FIDF_EXTFUNC_FF | |||
) | const |
Updates the external function values from file.
SUBROUTINE | ( | fidf_getxaxis | , |
FIDF_GETXAXIS | |||
) | const |
Returns X-axis info for the device.
SUBROUTINE | ( | fidf_getyaxis | , |
FIDF_GETYAXIS | |||
) | const |
Returns Y-axis info for the device.
SUBROUTINE | ( | fidf_initextfunc | , |
FIDF_INITEXTFUNC | |||
) |
Initializes external function values either from file or state array.
SUBROUTINE | ( | fidf_open | , |
FIDF_OPEN | |||
) | const |
Opens a function device for reading.
SUBROUTINE | ( | fidf_openwrite | , |
FIDF_OPENWRITE | |||
) | const |
Opens a function device for writing.
SUBROUTINE | ( | fidf_setfrequency | , |
FIDF_SETFREQUENCY | |||
) | const |
Defines the sampling frequency for the device.
SUBROUTINE | ( | fidf_setstep | , |
FIDF_SETSTEP | |||
) | const |
Defines the sampling step size for the device.
SUBROUTINE | ( | fidf_setvalue | , |
FIDF_SETVALUE | |||
) | const |
Sets a value pair to the device.
SUBROUTINE | ( | fidf_setxaxis | , |
FIDF_SETXAXIS | |||
) | const |
Sets X-axis info for the device.
SUBROUTINE | ( | fidf_setyaxis | , |
FIDF_SETYAXIS | |||
) | const |
Sets Y-axis info for the device.
SUBROUTINE | ( | fidf_storeextfunc | , |
FIDF_STOREEXTFUNC | |||
) |
Transfers external function values to/from state array.