![]() |
FrontISTR
5.7.1
Large-scale structural analysis program with finit element method
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <assert.h>#include <errno.h>#include "hecmw_struct.h"#include "hecmw_msgno.h"#include "hecmw_common_define.h"#include "hecmw_error.h"#include "hecmw_etype.h"#include "hecmw_couple_define.h"#include "hecmw_couple_struct.h"#include "hecmw_couple_mapped_point.h"Go to the source code of this file.
Functions | |
| struct hecmw_couple_mapped_point * | HECMW_couple_alloc_mapped_point (void) |
| void | HECMW_couple_free_mapped_point (struct hecmw_couple_mapped_point *p) |
| 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) |
| struct hecmw_couple_mapped_point* HECMW_couple_alloc_mapped_point | ( | void | ) |
Definition at line 24 of file hecmw_couple_mapped_point.c.
| void HECMW_couple_free_mapped_point | ( | struct hecmw_couple_mapped_point * | p | ) |
Definition at line 42 of file hecmw_couple_mapped_point.c.
| 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 | ||
| ) |
Definition at line 170 of file hecmw_couple_mapped_point.c.