![]() |
FrontISTR
5.7.0
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_msgno.h"
#include "hecmw_malloc.h"
#include "hecmw_error.h"
#include "hecmw_part_define.h"
#include "hecmw_part_get_control.h"
#include "hecmw_init_for_partition.h"
Go to the source code of this file.
Macros | |
#define | DEFAULT_CONTROL_FILE_NAME "hecmw_part_ctrl.dat" |
Functions | |
int | HECMW_init_for_partition (int argc, char **argv) |
#define DEFAULT_CONTROL_FILE_NAME "hecmw_part_ctrl.dat" |
Definition at line 20 of file hecmw_init_for_partition.c.
int HECMW_init_for_partition | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 39 of file hecmw_init_for_partition.c.