FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
hecmw_couple_bounding_box.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_BOUNDING_BOX
7#define INC_HECMW_COUPLE_BOUNDING_BOX
8
9#include "hecmw_struct.h"
11
13 double min_x;
14 double min_y;
15 double min_z;
16 double max_x;
17 double max_y;
18 double max_z;
19};
20
22 double tolerance;
23 double coef;
26};
27
29 struct hecmw_couple_bounding_box *bounding_box);
30
32 const char *boundary_id, const struct hecmwST_local_mesh *mesh,
33 const struct hecmw_couple_boundary *boundary);
34
35#endif /* INC_HECMW_COUPLE_BOUNDING_BOX */
void HECMW_couple_free_bounding_box(struct hecmw_couple_bounding_box *bounding_box)
struct hecmw_couple_bounding_box * HECMW_couple_set_bounding_box(const char *boundary_id, const struct hecmwST_local_mesh *mesh, const struct hecmw_couple_boundary *boundary)
struct hecmw_couple_box * just
struct hecmw_couple_box * enlarged