FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_io_abaqus.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include "hecmw_util.h"
#include "hecmw_ablex.h"
#include "hecmw_io_abaqus.h"
#include "hecmw_io_mesh.h"
#include "hecmw_io_struct.h"
#include "hecmw_struct.h"
#include "hecmw_config.h"
#include "hecmw_system.h"
#include "hecmw_dist.h"
#include "hecmw_dist_print.h"
#include "hecmw_common.h"
#include "hecmw_path.h"
#include "hecmw_conn_conv.h"
#include "hecmw_map_int.h"
Include dependency graph for hecmw_io_abaqus.c:

Go to the source code of this file.

Data Structures

struct  Integer
 
struct  material_keywords
 
struct  material_data
 
struct  etype_conv
 
struct  read_func_table
 

Macros

#define N_MAT_KEYS   (sizeof(material_keywords) / sizeof(material_keywords[0]))
 
#define N_READ_FUNC   (sizeof(read_func_table) / sizeof(read_func_table[0]))
 

Typedefs

typedef int(* ReadFunc) (void)
 

Functions

int HECMW_read_abaqus_mesh (const char *filename)
 
struct hecmwST_local_meshHECMW_get_abaqus_mesh (const char *filename)
 

Macro Definition Documentation

◆ N_MAT_KEYS

#define N_MAT_KEYS   (sizeof(material_keywords) / sizeof(material_keywords[0]))

Definition at line 115 of file hecmw_io_abaqus.c.

◆ N_READ_FUNC

#define N_READ_FUNC   (sizeof(read_func_table) / sizeof(read_func_table[0]))

Definition at line 4210 of file hecmw_io_abaqus.c.

Typedef Documentation

◆ ReadFunc

typedef int(* ReadFunc) (void)

Definition at line 4177 of file hecmw_io_abaqus.c.

Function Documentation

◆ HECMW_get_abaqus_mesh()

struct hecmwST_local_mesh* HECMW_get_abaqus_mesh ( const char *  filename)

Definition at line 4329 of file hecmw_io_abaqus.c.

Here is the call graph for this function:

◆ HECMW_read_abaqus_mesh()

int HECMW_read_abaqus_mesh ( const char *  filename)

Definition at line 4281 of file hecmw_io_abaqus.c.

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