FrontISTR  5.7.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, int *ierr);
13 extern void hecmw_ml_get_coord_(int *id, double x[], double y[], double z[], int *ierr);
14 extern void hecmw_ml_get_rbm_(int *id, double rbm[], int *ierr);
15 extern void hecmw_ml_get_loglevel_(int *id, int *level);
16 extern void hecmw_ml_get_opt_(int *id, int opt[], int *ierr);
17 extern void hecmw_ml_set_opt_(int *id, int opt[], int *ierr);
18 
19 #endif
hecmw_ml_get_nlocal_
void hecmw_ml_get_nlocal_(int *id, int *nlocal, int *nlocal_allcolumns, int *ierr)
level
int * level
Definition: hecmw_vis_pvr_main.c:26
hecmw_ml_get_coord_
void hecmw_ml_get_coord_(int *id, double x[], double y[], double z[], int *ierr)
hecmw_ml_set_opt_
void hecmw_ml_set_opt_(int *id, int opt[], int *ierr)
hecmw_ml_get_loglevel_
void hecmw_ml_get_loglevel_(int *id, int *level)
hecmw_ml_get_opt_
void hecmw_ml_get_opt_(int *id, int opt[], int *ierr)
hecmw_ml_get_rbm_
void hecmw_ml_get_rbm_(int *id, double rbm[], int *ierr)