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

Go to the source code of this file.

Data Structures

struct  hecmw_couple_value
 

Functions

void HECMW_couple_free_couple_value (struct hecmw_couple_value *couple_value)
 
struct hecmw_couple_valueHECMW_couple_alloc_couple_value (void)
 
void HECMW_couple_print_couple_value (const struct hecmw_couple_value *couple_value, FILE *fp)
 
struct hecmw_couple_valueHECMW_couple_startup (const char *boundary_id)
 
void HECMW_couple_cleanup (struct hecmw_couple_value *couple_value)
 

Function Documentation

◆ HECMW_couple_alloc_couple_value()

struct hecmw_couple_value* HECMW_couple_alloc_couple_value ( void  )

Definition at line 37 of file hecmw_couple_startup.c.

Here is the call graph for this function:

◆ HECMW_couple_cleanup()

void HECMW_couple_cleanup ( struct hecmw_couple_value couple_value)

Definition at line 181 of file hecmw_couple_startup.c.

◆ HECMW_couple_free_couple_value()

void HECMW_couple_free_couple_value ( struct hecmw_couple_value couple_value)

Definition at line 27 of file hecmw_couple_startup.c.

Here is the caller graph for this function:

◆ HECMW_couple_print_couple_value()

void HECMW_couple_print_couple_value ( const struct hecmw_couple_value couple_value,
FILE *  fp 
)

Definition at line 56 of file hecmw_couple_startup.c.

◆ HECMW_couple_startup()

struct hecmw_couple_value* HECMW_couple_startup ( const char *  boundary_id)

Definition at line 96 of file hecmw_couple_startup.c.