FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_couple_if.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "hecmw_struct.h"
#include "hecmw_lib_fc.h"
#include "hecmw_couple_copy_c2f.h"
#include "hecmw_couple_copy_f2c.h"
#include "hecmw_couple_startup.h"
Include dependency graph for hecmw_couple_if.c:

Go to the source code of this file.

Functions

void hecmw_couple_exec_init_if (int *err)
 
void hecmw_couple_exec_init_if_ (int *err)
 
void hecmw_couple_exec_init_if__ (int *err)
 
void HECMW_COUPLE_EXEC_INIT_IF (int *err)
 
void hecmw_couple_if (char *boundary_id, int *err, int len)
 
void hecmw_couple_if_ (char *boundary_id, int *err, int len)
 
void hecmw_couple_if__ (char *boundary_id, int *err, int len)
 
void HECMW_COUPLE_IF (char *boundary_id, int *err, int len)
 
void hecmw_couple_exec_finalize_if (int *err)
 
void hecmw_couple_exec_finalize_if_ (int *err)
 
void hecmw_couple_exec_finalize_if__ (int *err)
 
void HECMW_COUPLE_EXEC_FINALIZE_IF (int *err)
 

Function Documentation

◆ hecmw_couple_exec_finalize_if()

void hecmw_couple_exec_finalize_if ( int *  err)

Definition at line 71 of file hecmw_couple_if.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HECMW_COUPLE_EXEC_FINALIZE_IF()

void HECMW_COUPLE_EXEC_FINALIZE_IF ( int *  err)

Definition at line 89 of file hecmw_couple_if.c.

Here is the call graph for this function:

◆ hecmw_couple_exec_finalize_if_()

void hecmw_couple_exec_finalize_if_ ( int *  err)

Definition at line 81 of file hecmw_couple_if.c.

Here is the call graph for this function:

◆ hecmw_couple_exec_finalize_if__()

void hecmw_couple_exec_finalize_if__ ( int *  err)

Definition at line 85 of file hecmw_couple_if.c.

Here is the call graph for this function:

◆ hecmw_couple_exec_init_if()

void hecmw_couple_exec_init_if ( int *  err)

Definition at line 21 of file hecmw_couple_if.c.

Here is the caller graph for this function:

◆ HECMW_COUPLE_EXEC_INIT_IF()

void HECMW_COUPLE_EXEC_INIT_IF ( int *  err)

Definition at line 38 of file hecmw_couple_if.c.

Here is the call graph for this function:

◆ hecmw_couple_exec_init_if_()

void hecmw_couple_exec_init_if_ ( int *  err)

Definition at line 30 of file hecmw_couple_if.c.

Here is the call graph for this function:

◆ hecmw_couple_exec_init_if__()

void hecmw_couple_exec_init_if__ ( int *  err)

Definition at line 34 of file hecmw_couple_if.c.

Here is the call graph for this function:

◆ hecmw_couple_if()

void hecmw_couple_if ( char *  boundary_id,
int *  err,
int  len 
)

Definition at line 44 of file hecmw_couple_if.c.

Here is the caller graph for this function:

◆ HECMW_COUPLE_IF()

void HECMW_COUPLE_IF ( char *  boundary_id,
int *  err,
int  len 
)

Definition at line 65 of file hecmw_couple_if.c.

◆ hecmw_couple_if_()

void hecmw_couple_if_ ( char *  boundary_id,
int *  err,
int  len 
)

Definition at line 57 of file hecmw_couple_if.c.

◆ hecmw_couple_if__()

void hecmw_couple_if__ ( char *  boundary_id,
int *  err,
int  len 
)

Definition at line 61 of file hecmw_couple_if.c.