![]() |
FrontISTR
5.7.0
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_config.h"
#include "hecmw_struct.h"
#include "hecmw_couple_define.h"
#include "hecmw_couple_struct.h"
#include "hecmw_couple_control.h"
#include "hecmw_couple_info.h"
#include "hecmw_couple_boundary_info.h"
#include "hecmw_couple_bounding_box.h"
#include "hecmw_couple_background_cell.h"
#include "hecmw_couple_mapped_point.h"
#include "hecmw_couple_intra_iftable.h"
#include "hecmw_couple_inter_iftable.h"
#include "hecmw_couple_weight.h"
#include "hecmw_couple_interpolate_info.h"
#include "hecmw_couple_init.h"
Go to the source code of this file.
Data Structures | |
struct | couple_info |
Functions | |
struct hecmw_couple_info * | HECMW_couple_get_info (const char *boundary_id) |
void | HECMW_couple_free_init (const char *boundary_id) |
int | HECMW_couple_init (const char *boundary_id, struct hecmwST_local_mesh *mesh_unit1, struct hecmwST_local_mesh *mesh_unit2) |
Variables | |
struct couple_info | couple_list |
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 * | boundary_id, |
struct hecmwST_local_mesh * | mesh_unit1, | ||
struct hecmwST_local_mesh * | mesh_unit2 | ||
) |
Definition at line 228 of file hecmw_couple_init.c.