FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_couple_inter_iftable.h File Reference
Include dependency graph for hecmw_couple_inter_iftable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  hecmw_couple_inter_iftable
 

Functions

void HECMW_couple_free_inter_iftable (struct hecmw_couple_inter_iftable *p)
 
struct hecmw_couple_inter_iftableHECMW_couple_alloc_inter_iftable (void)
 
void HECMW_couple_print_inter_iftable (const struct hecmw_couple_inter_iftable *p, FILE *fp)
 
struct hecmw_couple_inter_iftableHECMW_couple_set_map_data (const struct hecmwST_local_mesh *mesh_src, const struct hecmwST_local_mesh *mesh_dst, const struct hecmw_couple_comm *comm_src, const struct hecmw_couple_comm *comm_dst, const struct hecmw_couple_comm *intercomm, const struct hecmw_couple_boundary *boundary_src, const struct hecmw_couple_bounding_box *bbox_src, const struct hecmw_couple_bounding_box *bbox_dst, const struct hecmw_couple_background_cell *bgcell_src, const struct hecmw_couple_mapped_point *mapped_point)
 

Function Documentation

◆ HECMW_couple_alloc_inter_iftable()

struct hecmw_couple_inter_iftable* HECMW_couple_alloc_inter_iftable ( void  )

Definition at line 149 of file hecmw_couple_inter_iftable.c.

Here is the call graph for this function:

◆ HECMW_couple_free_inter_iftable()

void HECMW_couple_free_inter_iftable ( struct hecmw_couple_inter_iftable p)

Definition at line 135 of file hecmw_couple_inter_iftable.c.

◆ HECMW_couple_print_inter_iftable()

void HECMW_couple_print_inter_iftable ( const struct hecmw_couple_inter_iftable p,
FILE *  fp 
)

Definition at line 173 of file hecmw_couple_inter_iftable.c.

◆ HECMW_couple_set_map_data()

struct hecmw_couple_inter_iftable* HECMW_couple_set_map_data ( const struct hecmwST_local_mesh mesh_src,
const struct hecmwST_local_mesh mesh_dst,
const struct hecmw_couple_comm comm_src,
const struct hecmw_couple_comm comm_dst,
const struct hecmw_couple_comm intercomm,
const struct hecmw_couple_boundary boundary_src,
const struct hecmw_couple_bounding_box bbox_src,
const struct hecmw_couple_bounding_box bbox_dst,
const struct hecmw_couple_background_cell bgcell_src,
const struct hecmw_couple_mapped_point mapped_point 
)

Definition at line 2391 of file hecmw_couple_inter_iftable.c.