OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
plot_curve_mod.F
Go to the documentation of this file.
1Copyright> OpenRadioss
2Copyright> Copyright (C) 1986-2025 Altair Engineering Inc.
3Copyright>
4Copyright> This program is free software: you can redistribute it and/or modify
5Copyright> it under the terms of the GNU Affero General Public License as published by
6Copyright> the Free Software Foundation, either version 3 of the License, or
7Copyright> (at your option) any later version.
8Copyright>
9Copyright> This program is distributed in the hope that it will be useful,
10Copyright> but WITHOUT ANY WARRANTY; without even the implied warranty of
11Copyright> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12Copyright> GNU Affero General Public License for more details.
13Copyright>
14Copyright> You should have received a copy of the GNU Affero General Public License
15Copyright> along with this program. If not, see <https://www.gnu.org/licenses/>.
16Copyright>
17Copyright>
18Copyright> Commercial Alternative: Altair Radioss Software
19Copyright>
20Copyright> As an alternative to this open-source version, Altair also offers Altair Radioss
21Copyright> software under a commercial license. Contact Altair to discuss further if the
22Copyright> commercial version may interest you: https://www.altair.com/radioss/.
23!||====================================================================
24!|| plot_curve_mod ../common_source/modules/plot_curve_mod.F
25!||--- called by ------------------------------------------------------
26!|| add_mass_stat ../starter/source/tools/admas/add_mass_stat.F
27!|| outrin ../starter/source/materials/time_step/outri.F
28!||====================================================================
30 INTERFACE
31 SUBROUTINE plot_curve(X, Y, NB_POINTS, INPUT_SIZE_X, INPUT_SIZE_Y,
32 . INPUT_X_MINVALUE, INPUT_Y_MINVALUE, INPUT_X_MAXVALUE,
33 . INPUT_Y_MAXVALUE, INPUT_SYMBOL, INPUT_CURVE_TYPE,
34 . INPUT_TXT_X, INPUT_TXT_Y)
35C-----------------------------------------------
36C I m p l i c i t T y p e s
37C-----------------------------------------------
38#include "implicit_f.inc"
39C-----------------------------------------------
40C D u m m y A r g u m e n t s
41C-----------------------------------------------
43 . x(nb_points),y(nb_points)
44 INTEGER NB_POINTS,NB_GRADUATION,INPUT_SIZE_X, INPUT_SIZE_Y, INPUT_CURVE_TYPE
46 . input_x_minvalue, input_y_minvalue,
47 . input_x_maxvalue, input_y_maxvalue
48 CHARACTER*1 INPUT_SYMBOL
49 CHARACTER(*) INPUT_TXT_X, INPUT_TXT_Y
50C-----------------------------------------------
51 OPTIONAL ::
52 . input_size_x, input_size_y, input_x_minvalue, input_y_minvalue,
53 . input_x_maxvalue, input_y_maxvalue, input_symbol,
54 . input_curve_type, input_txt_x, input_txt_y
55 END SUBROUTINE
56 END INTERFACE
57C=======================================================================
58 END MODULE
#define my_real
Definition cppsort.cpp:32