FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_couple_background_cell.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_error.h"
#include "hecmw_comm.h"
#include "hecmw_couple_define.h"
#include "hecmw_couple_control.h"
#include "hecmw_couple_boundary_info.h"
#include "hecmw_couple_bounding_box.h"
#include "hecmw_couple_background_cell.h"
Include dependency graph for hecmw_couple_background_cell.c:

Go to the source code of this file.

Macros

#define INFINITE   (1.0E+37)
 
#define EPS   (1.0E-06)
 

Functions

void HECMW_couple_free_background_cell (struct hecmw_couple_background_cell *bgcell)
 
struct hecmw_couple_background_cellHECMW_couple_set_background_cell (const char *boundary_id, const struct hecmwST_local_mesh *mesh, const struct hecmw_couple_bounding_box *bbox, const struct hecmw_couple_boundary *boundary)
 

Macro Definition Documentation

◆ EPS

#define EPS   (1.0E-06)

Definition at line 25 of file hecmw_couple_background_cell.c.

◆ INFINITE

#define INFINITE   (1.0E+37)

Definition at line 23 of file hecmw_couple_background_cell.c.

Function Documentation

◆ HECMW_couple_free_background_cell()

void HECMW_couple_free_background_cell ( struct hecmw_couple_background_cell bgcell)

Definition at line 29 of file hecmw_couple_background_cell.c.

◆ HECMW_couple_set_background_cell()

struct hecmw_couple_background_cell* HECMW_couple_set_background_cell ( const char *  boundary_id,
const struct hecmwST_local_mesh mesh,
const struct hecmw_couple_bounding_box bbox,
const struct hecmw_couple_boundary boundary 
)

Definition at line 156 of file hecmw_couple_background_cell.c.