FrontISTR  5.7.1
Large-scale structural analysis program with finit element method
hecmw_couple_weight.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 INC_HECMW_COUPLE_WEIGHT
7 #define INC_HECMW_COUPLE_WEIGHT
8 
10  int n;
11  int type;
12  int *index;
13  int *id;
14  double *weight;
15 };
16 
20 };
21 
23 extern void HECMW_couple_free_weight(struct hecmw_couple_weight *p);
24 
27 
28 #endif /* INC_HECMW_COUPLE_WEIGHT */
struct hecmw_couple_weight_list * HECMW_couple_alloc_weight_list(void)
void HECMW_couple_free_weight_list(struct hecmw_couple_weight_list *p)
struct hecmw_couple_weight * HECMW_couple_alloc_weight(void)
void HECMW_couple_free_weight(struct hecmw_couple_weight *p)
struct hecmw_couple_weight_list * next
struct hecmw_couple_weight * info