FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_bit_array.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ HECMW_bit_array_finalize()

void HECMW_bit_array_finalize ( struct hecmw_bit_array ba)

Definition at line 31 of file hecmw_bit_array.c.

Here is the caller graph for this function:

◆ HECMW_bit_array_get()

int HECMW_bit_array_get ( struct hecmw_bit_array ba,
size_t  index 
)

Definition at line 48 of file hecmw_bit_array.c.

Here is the caller graph for this function:

◆ HECMW_bit_array_init()

int HECMW_bit_array_init ( struct hecmw_bit_array ba,
size_t  len 
)

Definition at line 15 of file hecmw_bit_array.c.

Here is the caller graph for this function:

◆ HECMW_bit_array_len()

size_t HECMW_bit_array_len ( struct hecmw_bit_array ba)

Definition at line 37 of file hecmw_bit_array.c.

◆ HECMW_bit_array_set()

void HECMW_bit_array_set ( struct hecmw_bit_array ba,
size_t  index 
)

Definition at line 42 of file hecmw_bit_array.c.

Here is the caller graph for this function:

◆ HECMW_bit_array_set_all()

void HECMW_bit_array_set_all ( struct hecmw_bit_array ba)

Definition at line 59 of file hecmw_bit_array.c.

◆ HECMW_bit_array_unset()

void HECMW_bit_array_unset ( struct hecmw_bit_array ba,
size_t  index 
)

Definition at line 71 of file hecmw_bit_array.c.