FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_couple_init.c File Reference
#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"
Include dependency graph for hecmw_couple_init.c:

Go to the source code of this file.

Data Structures

struct  couple_info
 

Functions

struct hecmw_couple_infoHECMW_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
 

Function Documentation

◆ HECMW_couple_free_init()

void HECMW_couple_free_init ( const char *  boundary_id)

Definition at line 224 of file hecmw_couple_init.c.

Here is the caller graph for this function:

◆ HECMW_couple_get_info()

struct hecmw_couple_info* HECMW_couple_get_info ( const char *  boundary_id)

Definition at line 204 of file hecmw_couple_init.c.

Here is the call graph for this function:

◆ HECMW_couple_init()

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.

Variable Documentation

◆ couple_list

struct couple_info couple_list
Initial value:
= {
NULL,
NULL,
NULL,
}
NULL
#define NULL
Definition: hecmw_io_nastran.c:30