FrontISTR  5.7.1
Large-scale structural analysis program with finit element method
hecmw_result_copy_c2f.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include "hecmw_struct.h"
#include "hecmw_util.h"
#include "hecmw_result.h"
Include dependency graph for hecmw_result_copy_c2f.c:

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_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)
 

Typedef Documentation

◆ SetFunc

typedef int(* SetFunc) (void *)

Definition at line 170 of file hecmw_result_copy_c2f.c.

Function Documentation

◆ HECMW_result_copy_c2f_finalize()

int HECMW_result_copy_c2f_finalize ( void  )

Definition at line 220 of file hecmw_result_copy_c2f.c.

◆ HECMW_result_copy_c2f_init()

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.

◆ hecmw_result_copy_c2f_set_if()

void hecmw_result_copy_c2f_set_if ( char *  struct_name,
char *  var_name,
void *  dst,
int *  err,
int  len_struct,
int  len_var 
)

Definition at line 227 of file hecmw_result_copy_c2f.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hecmw_result_read_by_name_if()

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 281 of file hecmw_result_copy_c2f.c.

Here is the caller graph for this function:

◆ hecmw_result_read_finalize_if()

void hecmw_result_read_finalize_if ( int *  err)

Definition at line 304 of file hecmw_result_copy_c2f.c.

Here is the call graph for this function: