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

Go to the source code of this file.

Data Structures

struct  func_table
 

Typedefs

typedef int(* SetFunc) (void *)
 
typedef int(* IsAllocatedFunc) (void)
 

Functions

int HECMW_dist_copy_c2f_init (struct hecmwST_local_mesh *local_mesh)
 
int HECMW_dist_copy_c2f_finalize (void)
 
void hecmw_dist_copy_c2f_isalloc_if (char *struct_name, char *var_name, int *is_allocated, int *err, int len_struct, int len_var)
 
void hecmw_dist_copy_c2f_set_if (char *struct_name, char *var_name, void *dst, int *err, int len_struct, int len_var)
 

Typedef Documentation

◆ IsAllocatedFunc

typedef int(* IsAllocatedFunc) (void)

Definition at line 2075 of file hecmw_dist_copy_c2f.c.

◆ SetFunc

typedef int(* SetFunc) (void *)

Definition at line 2074 of file hecmw_dist_copy_c2f.c.

Function Documentation

◆ HECMW_dist_copy_c2f_finalize()

int HECMW_dist_copy_c2f_finalize ( void  )

Definition at line 2333 of file hecmw_dist_copy_c2f.c.

Here is the caller graph for this function:

◆ HECMW_dist_copy_c2f_init()

int HECMW_dist_copy_c2f_init ( struct hecmwST_local_mesh local_mesh)

Definition at line 2328 of file hecmw_dist_copy_c2f.c.

Here is the caller graph for this function:

◆ hecmw_dist_copy_c2f_isalloc_if()

void hecmw_dist_copy_c2f_isalloc_if ( char *  struct_name,
char *  var_name,
int *  is_allocated,
int *  err,
int  len_struct,
int  len_var 
)

Definition at line 2341 of file hecmw_dist_copy_c2f.c.

Here is the caller graph for this function:

◆ hecmw_dist_copy_c2f_set_if()

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

Definition at line 2401 of file hecmw_dist_copy_c2f.c.

Here is the caller graph for this function: