![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <string.h>
#include "hecmw_struct.h"
#include "hecmw_util.h"
#include "hecmw_common_define.h"
#include "hecmw_etype.h"
#include "hecmw_bit_array.h"
#include "hecmw_set_int.h"
#include "hecmw_varray_int.h"
#include "hecmw_dist_alloc.h"
#include "hecmw_dist_free.h"
#include "hecmw_dist_refine.h"
Go to the source code of this file.
Functions | |
int | HECMW_dist_refine (struct hecmwST_local_mesh **mesh, int refine, const char *cad_filename, const char *part_filename) |
int HECMW_dist_refine | ( | struct hecmwST_local_mesh ** | mesh, |
int | refine, | ||
const char * | cad_filename, | ||
const char * | part_filename | ||
) |
Definition at line 4530 of file hecmw_dist_refine.c.