![]() |
FrontISTR
5.7.1
Large-scale structural analysis program with finit element method
|
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include "hecmw_struct.h"
#include "hecmw_util.h"
Go to the source code of this file.
Data Structures | |
struct | func_table |
Typedefs | |
typedef int(* | SetFunc) (void *) |
Functions | |
int | HECMW_dist_copy_f2c_init (struct hecmwST_local_mesh *local_mesh) |
int | HECMW_dist_copy_f2c_finalize (void) |
void | hecmw_dist_copy_f2c_set_if (char *struct_name, char *var_name, void *src, int *err, int slen, int vlen) |
typedef int(* SetFunc) (void *) |
Definition at line 1821 of file hecmw_dist_copy_f2c.c.
int HECMW_dist_copy_f2c_finalize | ( | void | ) |
int HECMW_dist_copy_f2c_init | ( | struct hecmwST_local_mesh * | local_mesh | ) |
void hecmw_dist_copy_f2c_set_if | ( | char * | struct_name, |
char * | var_name, | ||
void * | src, | ||
int * | err, | ||
int | slen, | ||
int | vlen | ||
) |