FrontISTR  5.7.1
Large-scale structural analysis program with finit element method
hecmw_couple_mapped_point.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_MAPPED_NODE
7 #define INC_HECMW_COUPLE_MAPPED_NODE
8 
9 #include "hecmw_struct.h"
11 
13  int n;
14  int type;
15  int *item;
16  int *id;
17  double *coord;
18 };
19 
22  struct hecmw_couple_mapped_point *mapped_point);
24  const char *boundary_id, const struct hecmwST_local_mesh *mesh_dst,
25  const struct hecmw_couple_boundary *boundary_dst);
26 
27 #endif /* INC_HECMW_COUPLE_MAPPED_NODE */
struct hecmw_couple_mapped_point * HECMW_couple_alloc_mapped_point(void)
struct hecmw_couple_mapped_point * HECMW_couple_set_mapped_point(const char *boundary_id, const struct hecmwST_local_mesh *mesh_dst, const struct hecmw_couple_boundary *boundary_dst)
void HECMW_couple_free_mapped_point(struct hecmw_couple_mapped_point *mapped_point)