![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
#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"
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_iftable * | HECMW_couple_alloc_intra_iftable (void) |
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) |
struct hecmw_couple_intra_iftable* HECMW_couple_alloc_intra_iftable | ( | void | ) |
Definition at line 38 of file hecmw_couple_intra_iftable.c.
void HECMW_couple_free_intra_iftable | ( | struct hecmw_couple_intra_iftable * | p | ) |
Definition at line 25 of file hecmw_couple_intra_iftable.c.
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.