FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
fstr_sort_index.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2019 FrontISTR Commons
3  * This software is released under the MIT License, see LICENSE.txt
4  *****************************************************************************/
9 /*
10  Index Sorting for FSTR
11  2004.10.18 by N.Imai
12  -------------------------
13  [Fortran]
14  integer(kind=4) :: index_data(2,:), n
15  call fstr_sort_index( index_data, n )
16 */
17 
18 #ifndef fstr_sort_indexH
19 #define fstr_sort_indexH
20 
21 void c_fstr_sort_index(int* index_data, int n);
22 
23 #endif
c_fstr_sort_index
void c_fstr_sort_index(int *index_data, int n)
I/O and Utility.
Definition: fstr_sort_index.c:24