![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
#include <stdio.h>
#include <stdlib.h>
#include "hecmw_struct.h"
#include "hecmw_util.h"
#include "hecmw_result.h"
Go to the source code of this file.
Data Structures | |
struct | func_table |
Typedefs | |
typedef int(* | SetFunc) (void *) |
Functions | |
int | HECMW_result_copy_c2f_init (struct hecmwST_result_data *result_data, int n_node, int n_elem) |
int | HECMW_result_copy_c2f_finalize (void) |
void | hecmw_result_copy_c2f_set_if (char *struct_name, char *var_name, void *dst, int *err, int len_struct, int len_var) |
void | hecmw_result_copy_c2f_set_if_ (char *struct_name, char *var_name, void *dst, int *err, int len_struct, int len_var) |
void | hecmw_result_copy_c2f_set_if__ (char *struct_name, char *var_name, void *dst, int *err, int len_struct, int len_var) |
void | HECMW_RESULT_COPY_C2F_SET_IF (char *struct_name, char *var_name, void *dst, int *err, int len_struct, int len_var) |
void | hecmw_result_read_by_name_if (char *name_ID, int *i_step, int *n_node, int *n_elem, int *err, int len) |
void | hecmw_result_read_by_name_if_ (char *name_ID, int *i_step, int *n_node, int *n_elem, int *err, int len) |
void | hecmw_result_read_by_name_if__ (char *name_ID, int *i_step, int *n_node, int *n_elem, int *err, int len) |
void | HECMW_RESULT_READ_BY_NAME_IF (char *name_ID, int *i_step, int *n_node, int *n_elem, int *err, int len) |
void | hecmw_result_read_finalize_if (int *err) |
void | hecmw_result_read_finalize_if_ (int *err) |
void | hecmw_result_read_finalize_if__ (int *err) |
void | HECMW_RESULT_READ_FINALIZE_IF (int *err) |
typedef int(* SetFunc) (void *) |
Definition at line 170 of file hecmw_result_copy_c2f.c.
int HECMW_result_copy_c2f_finalize | ( | void | ) |
Definition at line 220 of file hecmw_result_copy_c2f.c.
int HECMW_result_copy_c2f_init | ( | struct hecmwST_result_data * | result_data, |
int | n_node, | ||
int | n_elem | ||
) |
Definition at line 212 of file hecmw_result_copy_c2f.c.
void hecmw_result_copy_c2f_set_if | ( | char * | struct_name, |
char * | var_name, | ||
void * | dst, | ||
int * | err, | ||
int | len_struct, | ||
int | len_var | ||
) |
void HECMW_RESULT_COPY_C2F_SET_IF | ( | char * | struct_name, |
char * | var_name, | ||
void * | dst, | ||
int * | err, | ||
int | len_struct, | ||
int | len_var | ||
) |
void hecmw_result_copy_c2f_set_if_ | ( | char * | struct_name, |
char * | var_name, | ||
void * | dst, | ||
int * | err, | ||
int | len_struct, | ||
int | len_var | ||
) |
void hecmw_result_copy_c2f_set_if__ | ( | char * | struct_name, |
char * | var_name, | ||
void * | dst, | ||
int * | err, | ||
int | len_struct, | ||
int | len_var | ||
) |
void hecmw_result_read_by_name_if | ( | char * | name_ID, |
int * | i_step, | ||
int * | n_node, | ||
int * | n_elem, | ||
int * | err, | ||
int | len | ||
) |
void HECMW_RESULT_READ_BY_NAME_IF | ( | char * | name_ID, |
int * | i_step, | ||
int * | n_node, | ||
int * | n_elem, | ||
int * | err, | ||
int | len | ||
) |
Definition at line 335 of file hecmw_result_copy_c2f.c.
void hecmw_result_read_by_name_if_ | ( | char * | name_ID, |
int * | i_step, | ||
int * | n_node, | ||
int * | n_elem, | ||
int * | err, | ||
int | len | ||
) |
Definition at line 321 of file hecmw_result_copy_c2f.c.
void hecmw_result_read_by_name_if__ | ( | char * | name_ID, |
int * | i_step, | ||
int * | n_node, | ||
int * | n_elem, | ||
int * | err, | ||
int | len | ||
) |
Definition at line 328 of file hecmw_result_copy_c2f.c.
void hecmw_result_read_finalize_if | ( | int * | err | ) |
Definition at line 343 of file hecmw_result_copy_c2f.c.
void HECMW_RESULT_READ_FINALIZE_IF | ( | int * | err | ) |
void hecmw_result_read_finalize_if_ | ( | int * | err | ) |
void hecmw_result_read_finalize_if__ | ( | int * | err | ) |