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