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 261 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 261 of file table_mod.F.

262 USE table_mod
263 TYPE(TTABLE) TABLE
264 INTEGER ,INTENT(IN) :: ISMOOTH
265 INTEGER ,INTENT(IN) :: NEL
266 INTEGER ,INTENT(IN) :: DIMX
267 INTEGER ,DIMENSION(DIMX,TABLE%NDIM) :: IPOS
268 my_real ,DIMENSION(DIMX,TABLE%NDIM) :: xx
269 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: