![]() |
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_common_define.h"#include "hecmw_struct.h"#include "hecmw_couple_define.h"#include "hecmw_couple_struct.h"#include "hecmw_couple_table.h"#include "hecmw_couple_control.h"#include "hecmw_couple_info.h"#include "hecmw_couple_boundary_info.h"Go to the source code of this file.
Data Structures | |
| struct | link_list |
Functions | |
| void | HECMW_couple_free_boundary_info (struct hecmw_couple_boundary *boundary) |
| struct hecmw_couple_boundary * | HECMW_couple_alloc_boundary_info (void) |
| struct hecmw_couple_boundary * | HECMW_couple_set_boundary_info (const char *boundary_id, int unit_specifier, const struct hecmwST_local_mesh *mesh) |
| struct hecmw_couple_boundary* HECMW_couple_alloc_boundary_info | ( | void | ) |
Definition at line 62 of file hecmw_couple_boundary_info.c.
| void HECMW_couple_free_boundary_info | ( | struct hecmw_couple_boundary * | boundary | ) |
Definition at line 39 of file hecmw_couple_boundary_info.c.
| struct hecmw_couple_boundary* HECMW_couple_set_boundary_info | ( | const char * | boundary_id, |
| int | unit_specifier, | ||
| const struct hecmwST_local_mesh * | mesh | ||
| ) |
Definition at line 599 of file hecmw_couple_boundary_info.c.