![]() |
FrontISTR
5.7.1
Large-scale structural analysis program with finit element method
|
#include <stdio.h>#include <string.h>#include "hecmw_util.h"#include "hecmw_malloc.h"#include "hecmw_config.h"#include "hecmw_bit_array.h"Go to the source code of this file.
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.