FrontISTR  5.7.1
Large-scale structural analysis program with finit element method
hecmw_couple_background_cell.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2019 FrontISTR Commons
3  * This software is released under the MIT License, see LICENSE.txt
4  *****************************************************************************/
5 
6 #ifndef INC_HECMW_COUPLE_BACKGROUND_CELL
7 #define INC_HECMW_COUPLE_BACKGROUND_CELL
8 
9 #include "hecmw_struct.h"
12 
14  int n;
15  double coef;
16  int nx;
17  int ny;
18  int nz;
19  double dx;
20  double dy;
21  double dz;
22 };
23 
25  struct hecmw_couple_background_cell *bgcell);
26 
28  const char *boundary_id, const struct hecmwST_local_mesh *mesh,
29  const struct hecmw_couple_bounding_box *bbox,
30  const struct hecmw_couple_boundary *boundary);
31 
32 #endif /* INC_HECMW_COUPLE_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)
void HECMW_couple_free_background_cell(struct hecmw_couple_background_cell *bgcell)