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

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_boundaryHECMW_couple_alloc_boundary_info (void)
 
struct hecmw_couple_boundaryHECMW_couple_set_boundary_info (const char *boundary_id, int unit_specifier, const struct hecmwST_local_mesh *mesh)
 

Function Documentation

◆ HECMW_couple_alloc_boundary_info()

struct hecmw_couple_boundary* HECMW_couple_alloc_boundary_info ( void  )

Definition at line 62 of file hecmw_couple_boundary_info.c.

Here is the call graph for this function:

◆ HECMW_couple_free_boundary_info()

void HECMW_couple_free_boundary_info ( struct hecmw_couple_boundary boundary)

Definition at line 39 of file hecmw_couple_boundary_info.c.

Here is the caller graph for this function:

◆ HECMW_couple_set_boundary_info()

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.