FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
hecmw_couple_startup.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_STARTUP
7#define INC_HECMW_COUPLE_STARTUP
8
10 int n;
12 int n_dof;
13 int *item;
14 double *value;
15};
16
18 struct hecmw_couple_value *couple_value);
21 const struct hecmw_couple_value *couple_value, FILE *fp);
22
23extern struct hecmw_couple_value *HECMW_couple_startup(const char *boundary_id);
24extern void HECMW_couple_cleanup(struct hecmw_couple_value *couple_value);
25
26#endif /* INC_HECMW_COUPLE_STARTUP */
struct hecmw_couple_value * HECMW_couple_alloc_couple_value(void)
void HECMW_couple_cleanup(struct hecmw_couple_value *couple_value)
void HECMW_couple_free_couple_value(struct hecmw_couple_value *couple_value)
void HECMW_couple_print_couple_value(const struct hecmw_couple_value *couple_value, FILE *fp)
struct hecmw_couple_value * HECMW_couple_startup(const char *boundary_id)