![]() |
FrontISTR
5.7.1
Large-scale structural analysis program with finit element method
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <assert.h>#include <errno.h>#include "hecmw_msgno.h"#include "hecmw_struct.h"#include "hecmw_error.h"#include "hecmw_malloc.h"#include "hecmw_couple_define.h"#include "hecmw_couple_struct.h"#include "hecmw_couple_control.h"#include "hecmw_couple_boundary_info.h"#include "hecmw_couple_info.h"#include "hecmw_couple_init.h"#include "hecmw_couple_startup.h"Go to the source code of this file.
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.