![]() |
FrontISTR
5.7.1
Large-scale structural analysis program with finit element method
|
Go to the source code of this file.
Data Structures | |
| struct | hecmw_set_int |
Functions | |
| int | HECMW_set_int_init (struct hecmw_set_int *set) |
| void | HECMW_set_int_finalize (struct hecmw_set_int *set) |
| size_t | HECMW_set_int_nval (struct hecmw_set_int *set) |
| int | HECMW_set_int_is_empty (const struct hecmw_set_int *set) |
| int | HECMW_set_int_add (struct hecmw_set_int *set, int value) |
| size_t | HECMW_set_int_check_dup (struct hecmw_set_int *set) |
| int | HECMW_set_int_del (struct hecmw_set_int *set, int value) |
| void | HECMW_set_int_iter_init (struct hecmw_set_int *set) |
| int | HECMW_set_int_iter_next (struct hecmw_set_int *set, int *value) |
| int HECMW_set_int_add | ( | struct hecmw_set_int * | set, |
| int | value | ||
| ) |
| size_t HECMW_set_int_check_dup | ( | struct hecmw_set_int * | set | ) |
| int HECMW_set_int_del | ( | struct hecmw_set_int * | set, |
| int | value | ||
| ) |
| void HECMW_set_int_finalize | ( | struct hecmw_set_int * | set | ) |
| int HECMW_set_int_init | ( | struct hecmw_set_int * | set | ) |
| int HECMW_set_int_is_empty | ( | const struct hecmw_set_int * | set | ) |
| void HECMW_set_int_iter_init | ( | struct hecmw_set_int * | set | ) |
| int HECMW_set_int_iter_next | ( | struct hecmw_set_int * | set, |
| int * | value | ||
| ) |
| size_t HECMW_set_int_nval | ( | struct hecmw_set_int * | set | ) |