FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
fstr_sort_index.c File Reference
#include <stdlib.h>
Include dependency graph for fstr_sort_index.c:

Go to the source code of this file.

Functions

void c_fstr_sort_index (int *index_data, int n)
 I/O and Utility. More...
 
void fstr_sort_index (int *index_data, int *n)
 
void fstr_sort_index_ (int *index_data, int *n)
 
void fstr_sort_index__ (int *index_data, int *n)
 
void FSTR_SORT_INDEX (int *index_data, int *n)
 
void FSTR_SORT_INDEX_ (int *index_data, int *n)
 
void FSTR_SORT_INDEX__ (int *index_data, int *n)
 

Function Documentation

◆ c_fstr_sort_index()

void c_fstr_sort_index ( int *  index_data,
int  n 
)

I/O and Utility.

Definition at line 24 of file fstr_sort_index.c.

◆ fstr_sort_index()

void fstr_sort_index ( int *  index_data,
int *  n 
)

Definition at line 30 of file fstr_sort_index.c.

Here is the caller graph for this function:

◆ FSTR_SORT_INDEX()

void FSTR_SORT_INDEX ( int *  index_data,
int *  n 
)

Definition at line 42 of file fstr_sort_index.c.

◆ fstr_sort_index_()

void fstr_sort_index_ ( int *  index_data,
int *  n 
)

Definition at line 34 of file fstr_sort_index.c.

◆ FSTR_SORT_INDEX_()

void FSTR_SORT_INDEX_ ( int *  index_data,
int *  n 
)

Definition at line 46 of file fstr_sort_index.c.

◆ fstr_sort_index__()

void fstr_sort_index__ ( int *  index_data,
int *  n 
)

Definition at line 38 of file fstr_sort_index.c.

◆ FSTR_SORT_INDEX__()

void FSTR_SORT_INDEX__ ( int *  index_data,
int *  n 
)

Definition at line 50 of file fstr_sort_index.c.