![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
#include "hecmw_struct.h"
#include "hecmw_couple_struct.h"
#include "hecmw_couple_boundary_info.h"
#include "hecmw_couple_intra_iftable.h"
#include "hecmw_couple_inter_iftable.h"
#include "hecmw_couple_mapped_point.h"
#include "hecmw_couple_weight.h"
Go to the source code of this file.
Data Structures | |
struct | hecmw_couple_info |
Functions | |
struct hecmw_couple_info * | HECMW_couple_get_info (const char *boundary_id) |
int | HECMW_couple_init (const char *couple_name, struct hecmwST_local_mesh *unit1_mesh, struct hecmwST_local_mesh *unit2_mesh) |
void | HECMW_couple_free_init (const char *boundary_id) |
void HECMW_couple_free_init | ( | const char * | boundary_id | ) |
struct hecmw_couple_info* HECMW_couple_get_info | ( | const char * | boundary_id | ) |
int HECMW_couple_init | ( | const char * | couple_name, |
struct hecmwST_local_mesh * | unit1_mesh, | ||
struct hecmwST_local_mesh * | unit2_mesh | ||
) |
Definition at line 228 of file hecmw_couple_init.c.