![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
Go to the source code of this file.
Data Structures | |
struct | hecmw_bit_array |
Functions | |
int | HECMW_bit_array_init (struct hecmw_bit_array *ba, size_t len) |
void | HECMW_bit_array_finalize (struct hecmw_bit_array *ba) |
size_t | HECMW_bit_array_len (struct hecmw_bit_array *ba) |
void | HECMW_bit_array_set (struct hecmw_bit_array *ba, size_t index) |
int | HECMW_bit_array_get (struct hecmw_bit_array *ba, size_t index) |
void | HECMW_bit_array_set_all (struct hecmw_bit_array *ba) |
void | HECMW_bit_array_unset (struct hecmw_bit_array *ba, size_t index) |
void HECMW_bit_array_finalize | ( | struct hecmw_bit_array * | ba | ) |
int HECMW_bit_array_get | ( | struct hecmw_bit_array * | ba, |
size_t | index | ||
) |
int HECMW_bit_array_init | ( | struct hecmw_bit_array * | ba, |
size_t | len | ||
) |
size_t HECMW_bit_array_len | ( | struct hecmw_bit_array * | ba | ) |
Definition at line 37 of file hecmw_bit_array.c.
void HECMW_bit_array_set | ( | struct hecmw_bit_array * | ba, |
size_t | index | ||
) |
void HECMW_bit_array_set_all | ( | struct hecmw_bit_array * | ba | ) |
Definition at line 59 of file hecmw_bit_array.c.
void HECMW_bit_array_unset | ( | struct hecmw_bit_array * | ba, |
size_t | index | ||
) |
Definition at line 71 of file hecmw_bit_array.c.