![]() |
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_couple_value |
Functions | |
void | HECMW_couple_free_couple_value (struct hecmw_couple_value *couple_value) |
struct hecmw_couple_value * | HECMW_couple_alloc_couple_value (void) |
void | HECMW_couple_print_couple_value (const struct hecmw_couple_value *couple_value, FILE *fp) |
struct hecmw_couple_value * | HECMW_couple_startup (const char *boundary_id) |
void | HECMW_couple_cleanup (struct hecmw_couple_value *couple_value) |
struct hecmw_couple_value* HECMW_couple_alloc_couple_value | ( | void | ) |
void HECMW_couple_cleanup | ( | struct hecmw_couple_value * | couple_value | ) |
Definition at line 181 of file hecmw_couple_startup.c.
void HECMW_couple_free_couple_value | ( | struct hecmw_couple_value * | couple_value | ) |
void HECMW_couple_print_couple_value | ( | const struct hecmw_couple_value * | couple_value, |
FILE * | fp | ||
) |
Definition at line 56 of file hecmw_couple_startup.c.
struct hecmw_couple_value* HECMW_couple_startup | ( | const char * | boundary_id | ) |
Definition at line 96 of file hecmw_couple_startup.c.