FrontISTR  5.2.0
Large-scale structural analysis program with finit element method
hecmw_ML_helper.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  *****************************************************************************/
5 
6 #ifndef HECMW_ML_HELPER_INCLUDED
7 #define HECMW_ML_HELPER_INCLUDED
8 
9 /*
10  * prototype of helper functions in hecmw_ML_helper.f90
11  */
12 extern void hecmw_ml_get_nlocal_(int *id, int *nlocal, int *nlocal_allcolumns,
13  int *ierr);
14 extern void hecmw_ml_get_coord_(int *id, double x[], double y[], double z[],
15  int *ierr);
16 extern void hecmw_ml_get_rbm_(int *id, double rbm[], int *ierr);
17 extern void hecmw_ml_get_loglevel_(int *id, int *level);
18 extern void hecmw_ml_get_opt1_(int *id, int *opt1, int *ierr);
19 extern void hecmw_ml_get_opt2_(int *id, int *opt2, int *ierr);
20 extern void hecmw_ml_get_opt3_(int *id, int *opt3, int *ierr);
21 extern void hecmw_ml_get_opt4_(int *id, int *opt3, int *ierr);
22 extern void hecmw_ml_get_opt5_(int *id, int *opt3, int *ierr);
23 extern void hecmw_ml_get_opt6_(int *id, int *opt3, int *ierr);
24 extern void hecmw_ml_set_opt6_(int *id, int *opt3, int *ierr);
25 
26 #endif
void hecmw_ml_get_loglevel_(int *id, int *level)
void hecmw_ml_get_opt4_(int *id, int *opt3, int *ierr)
void hecmw_ml_get_nlocal_(int *id, int *nlocal, int *nlocal_allcolumns, int *ierr)
void hecmw_ml_get_coord_(int *id, double x[], double y[], double z[], int *ierr)
void hecmw_ml_get_opt6_(int *id, int *opt3, int *ierr)
void hecmw_ml_get_opt3_(int *id, int *opt3, int *ierr)
void hecmw_ml_set_opt6_(int *id, int *opt3, int *ierr)
void hecmw_ml_get_opt2_(int *id, int *opt2, int *ierr)
void hecmw_ml_get_opt5_(int *id, int *opt3, int *ierr)
void hecmw_ml_get_rbm_(int *id, double rbm[], int *ierr)
void hecmw_ml_get_opt1_(int *id, int *opt1, int *ierr)
int * level