OpenRadioss
2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
interface_utable.F
Go to the documentation of this file.
1
Copyright> OpenRadioss
2
Copyright> Copyright (C) 1986-2025 Altair Engineering Inc.
3
Copyright>
4
Copyright> This program is free software: you can redistribute it and/or modify
5
Copyright> it under the terms of the GNU Affero General Public License as published by
6
Copyright> the Free Software Foundation, either version 3 of the License, or
7
Copyright> (at your option) any later version.
8
Copyright>
9
Copyright> This program is distributed in the hope that it will be useful,
10
Copyright> but WITHOUT ANY WARRANTY; without even the implied warranty of
11
Copyright> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
Copyright> GNU Affero General Public License for more details.
13
Copyright>
14
Copyright> You should have received a copy of the GNU Affero General Public License
15
Copyright> along with this program. If not, see <https://www.gnu.org/licenses/>.
16
Copyright>
17
Copyright>
18
Copyright> Commercial Alternative: Altair Radioss Software
19
Copyright>
20
Copyright> As an alternative to this open-source version, Altair also offers Altair Radioss
21
Copyright> software under a commercial license. Contact Altair to discuss further if the
22
Copyright> commercial version may interest you: https://www.altair.com/radioss/.
23
!||====================================================================
24
!|| interface_utable_mod ../starter/source/user_interface/interface_utable.F
25
!||====================================================================
26
MODULE
interface_utable_mod
27
C-----------------------------------------------
28
#include "my_real.inc"
29
INTERFACE
30
C
31
INTEGER
FUNCTION
get_u_numtable
(I)
32
INTEGER
i
33
END FUNCTION
get_u_numtable
34
C
35
SUBROUTINE
get_u_table
(I,XX,YY)
36
INTEGER
I
37
my_real
,
38
.
DIMENSION(:)
:: xx
39
my_real
40
. yy
41
END SUBROUTINE
get_u_table
42
C
43
SUBROUTINE
get_u_vtable
(I,NEL,IPOS,XX,YY,DYDX)
44
INTEGER
I,NEL
45
INTEGER
,
DIMENSION(:,:)
:: IPOS
46
my_real
,
47
.
DIMENSION(:,:)
:: xx
48
my_real
49
. yy(*), dydx(*)
50
END SUBROUTINE
get_u_vtable
51
C
52
END INTERFACE
53
END MODULE
interface_utable_mod
54
55
my_real
#define my_real
Definition
cppsort.cpp:32
interface_utable_mod::get_u_numtable
Definition
interface_utable.F:31
interface_utable_mod::get_u_table
Definition
interface_utable.F:35
interface_utable_mod::get_u_vtable
Definition
interface_utable.F:43
interface_utable_mod
Definition
interface_utable.F:26
starter
source
user_interface
interface_utable.F
Generated by
1.15.0