FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_partition.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_PARTITION
7 #define INC_HECMW_PARTITION
8 
9 #include "hecmw_struct.h"
10 #include "hecmw_part_struct.h"
11 
13  struct hecmwST_local_mesh *global_mesh,
15 
16 extern struct hecmwST_local_mesh *HECMW_partition(
17  struct hecmwST_local_mesh *local_mesh);
18 
19 #endif /* INC_HPWMC_PARTITION */
HECMW_partition
struct hecmwST_local_mesh * HECMW_partition(struct hecmwST_local_mesh *local_mesh)
Definition: hecmw_partition.c:9556
HECMW_partition_inner
struct hecmwST_local_mesh * HECMW_partition_inner(struct hecmwST_local_mesh *global_mesh, struct hecmw_part_cont_data *cont_data)
Definition: hecmw_partition.c:9131
hecmwST_local_mesh
Definition: hecmw_struct.h:139
hecmw_part_cont_data
Definition: hecmw_part_struct.h:23
hecmw_struct.h
hecmw_part_struct.h
cont_data
Definition: hecmw_vis_resampling.h:94