OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
interface_table_mod::table2d_vinterp_log Interface Reference

Public Member Functions

subroutine table2d_vinterp_log (table, ismooth, dimx, nel, ipos, xx, yy, dydx1, dydx2)

Detailed Description

Definition at line 262 of file table_mod.F.

Constructor & Destructor Documentation

◆ table2d_vinterp_log()

subroutine interface_table_mod::table2d_vinterp_log::table2d_vinterp_log ( type(ttable) table,
integer, intent(in) ismooth,
integer, intent(in) dimx,
integer, intent(in) nel,
integer, dimension(dimx,table%ndim) ipos,
dimension(dimx,table%ndim) xx,
dimension(nel) yy,
dimension(nel) dydx1,
dimension(nel) dydx2 )

Definition at line 262 of file table_mod.F.

263 USE table_mod
264 TYPE(TTABLE) TABLE
265 INTEGER ,INTENT(IN) :: ISMOOTH
266 INTEGER ,INTENT(IN) :: NEL
267 INTEGER ,INTENT(IN) :: DIMX
268 INTEGER ,DIMENSION(DIMX,TABLE%NDIM) :: IPOS
269 my_real ,DIMENSION(DIMX,TABLE%NDIM) :: xx
270 my_real ,DIMENSION(NEL) :: yy, dydx1, dydx2
#define my_real
Definition cppsort.cpp:32

The documentation for this interface was generated from the following file: