FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_couple_intra_iftable.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <errno.h>
#include "hecmw_msgno.h"
#include "hecmw_struct.h"
#include "hecmw_malloc.h"
#include "hecmw_error.h"
#include "hecmw_couple_define.h"
#include "hecmw_couple_struct.h"
#include "hecmw_couple_comm.h"
#include "hecmw_couple_boundary_info.h"
#include "hecmw_couple_intra_iftable.h"
Include dependency graph for hecmw_couple_intra_iftable.c:

Go to the source code of this file.

Functions

void HECMW_couple_free_intra_iftable (struct hecmw_couple_intra_iftable *p)
 
struct hecmw_couple_intra_iftableHECMW_couple_alloc_intra_iftable (void)
 
struct hecmw_couple_intra_iftableHECMW_couple_make_intra_iftable (const struct hecmwST_local_mesh *mesh, const struct hecmw_couple_boundary *boundary, const struct hecmw_couple_comm *intracomm)
 

Function Documentation

◆ HECMW_couple_alloc_intra_iftable()

struct hecmw_couple_intra_iftable* HECMW_couple_alloc_intra_iftable ( void  )

Definition at line 38 of file hecmw_couple_intra_iftable.c.

Here is the call graph for this function:

◆ HECMW_couple_free_intra_iftable()

void HECMW_couple_free_intra_iftable ( struct hecmw_couple_intra_iftable p)

Definition at line 25 of file hecmw_couple_intra_iftable.c.

◆ HECMW_couple_make_intra_iftable()

struct hecmw_couple_intra_iftable* HECMW_couple_make_intra_iftable ( const struct hecmwST_local_mesh mesh,
const struct hecmw_couple_boundary boundary,
const struct hecmw_couple_comm intracomm 
)

Definition at line 248 of file hecmw_couple_intra_iftable.c.