FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_restart.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
#include <errno.h>
#include "hecmw_util.h"
#include "hecmw_config.h"
#include "hecmw_restart.h"
Include dependency graph for hecmw_restart.c:

Go to the source code of this file.

Data Structures

struct  restart_list
 

Functions

int HECMW_restart_open_by_name (char *name_ID)
 
int HECMW_restart_open (void)
 
int HECMW_restart_close (void)
 
void * HECMW_restart_read (void *addr)
 
int HECMW_restart_add (void *data, size_t size)
 
int HECMW_restart_add_int (int *data, int n_data)
 
int HECMW_restart_add_double (double *data, int n_data)
 
int HECMW_restart_write_by_name (char *name_ID)
 
int HECMW_restart_write (void)
 
void hecmw_restart_open_by_name_if (char *name_ID, int *err, int len)
 
void hecmw_restart_open_by_name_if_ (char *name_ID, int *err, int len)
 
void hecmw_restart_open_by_name_if__ (char *name_ID, int *err, int len)
 
void HECMW_RESTART_OPEN_BY_NAME_IF (char *name_ID, int *err, int len)
 
void hecmw_restart_open_if (int *err)
 
void hecmw_restart_open_if_ (int *err)
 
void hecmw_restart_open_if__ (int *err)
 
void HECMW_RESTART_OPEN_IF (int *err)
 
void hecmw_restart_close_if (int *err)
 
void hecmw_restart_close_if_ (int *err)
 
void hecmw_restart_close_if__ (int *err)
 
void HECMW_RESTART_CLOSE_IF (int *err)
 
void hecmw_restart_read_int_if (int *dst, int *err)
 
void hecmw_restart_read_int_if_ (int *dst, int *err)
 
void hecmw_restart_read_int_if__ (int *dst, int *err)
 
void HECMW_RESTART_READ_INT_IF (int *dst, int *err)
 
void hecmw_restart_read_real_if (double *dst, int *err)
 
void hecmw_restart_read_real_if_ (double *dst, int *err)
 
void hecmw_restart_read_real_if__ (double *dst, int *err)
 
void HECMW_RESTART_READ_REAL_IF (double *dst, int *err)
 
void hecmw_restart_add_int_if (int *data, int *n_data, int *err)
 
void hecmw_restart_add_int_if_ (int *data, int *n_data, int *err)
 
void hecmw_restart_add_int_if__ (int *data, int *n_data, int *err)
 
void HECMW_RESTART_ADD_INT_IF (int *data, int *n_data, int *err)
 
void hecmw_restart_add_real_if (double *data, int *n_data, int *err)
 
void hecmw_restart_add_real_if_ (double *data, int *n_data, int *err)
 
void hecmw_restart_add_real_if__ (double *data, int *n_data, int *err)
 
void HECMW_RESTART_ADD_REAL_IF (double *data, int *n_data, int *err)
 
void hecmw_restart_write_by_name_if (char *name_ID, int *err, int len)
 
void hecmw_restart_write_by_name_if_ (char *name_ID, int *err, int len)
 
void hecmw_restart_write_by_name_if__ (char *name_ID, int *err, int len)
 
void HECMW_RESTART_WRITE_BY_NAME_IF (char *name_ID, int *err, int len)
 
void hecmw_restart_write_if (int *err)
 
void hecmw_restart_write_if_ (int *err)
 
void hecmw_restart_write_if__ (int *err)
 
void HECMW_RESTART_WRITE_IF (int *err)
 

Function Documentation

◆ HECMW_restart_add()

int HECMW_restart_add ( void *  data,
size_t  size 
)

Definition at line 120 of file hecmw_restart.c.

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

◆ HECMW_restart_add_double()

int HECMW_restart_add_double ( double *  data,
int  n_data 
)

Definition at line 144 of file hecmw_restart.c.

Here is the call graph for this function:

◆ HECMW_restart_add_int()

int HECMW_restart_add_int ( int *  data,
int  n_data 
)

Definition at line 140 of file hecmw_restart.c.

Here is the call graph for this function:

◆ hecmw_restart_add_int_if()

void hecmw_restart_add_int_if ( int *  data,
int *  n_data,
int *  err 
)

Definition at line 343 of file hecmw_restart.c.

Here is the caller graph for this function:

◆ HECMW_RESTART_ADD_INT_IF()

void HECMW_RESTART_ADD_INT_IF ( int *  data,
int *  n_data,
int *  err 
)

Definition at line 363 of file hecmw_restart.c.

Here is the call graph for this function:

◆ hecmw_restart_add_int_if_()

void hecmw_restart_add_int_if_ ( int *  data,
int *  n_data,
int *  err 
)

Definition at line 355 of file hecmw_restart.c.

Here is the call graph for this function:

◆ hecmw_restart_add_int_if__()

void hecmw_restart_add_int_if__ ( int *  data,
int *  n_data,
int *  err 
)

Definition at line 359 of file hecmw_restart.c.

Here is the call graph for this function:

◆ hecmw_restart_add_real_if()

void hecmw_restart_add_real_if ( double *  data,
int *  n_data,
int *  err 
)

Definition at line 369 of file hecmw_restart.c.

Here is the caller graph for this function:

◆ HECMW_RESTART_ADD_REAL_IF()

void HECMW_RESTART_ADD_REAL_IF ( double *  data,
int *  n_data,
int *  err 
)

Definition at line 388 of file hecmw_restart.c.

Here is the call graph for this function:

◆ hecmw_restart_add_real_if_()

void hecmw_restart_add_real_if_ ( double *  data,
int *  n_data,
int *  err 
)

Definition at line 380 of file hecmw_restart.c.

Here is the call graph for this function:

◆ hecmw_restart_add_real_if__()

void hecmw_restart_add_real_if__ ( double *  data,
int *  n_data,
int *  err 
)

Definition at line 384 of file hecmw_restart.c.

Here is the call graph for this function:

◆ HECMW_restart_close()

int HECMW_restart_close ( void  )

Definition at line 59 of file hecmw_restart.c.

Here is the caller graph for this function:

◆ hecmw_restart_close_if()

void hecmw_restart_close_if ( int *  err)

Definition at line 266 of file hecmw_restart.c.

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

◆ HECMW_RESTART_CLOSE_IF()

void HECMW_RESTART_CLOSE_IF ( int *  err)

Definition at line 272 of file hecmw_restart.c.

Here is the call graph for this function:

◆ hecmw_restart_close_if_()

void hecmw_restart_close_if_ ( int *  err)

Definition at line 268 of file hecmw_restart.c.

Here is the call graph for this function:

◆ hecmw_restart_close_if__()

void hecmw_restart_close_if__ ( int *  err)

Definition at line 270 of file hecmw_restart.c.

Here is the call graph for this function:

◆ HECMW_restart_open()

int HECMW_restart_open ( void  )

Definition at line 57 of file hecmw_restart.c.

Here is the call graph for this function:

◆ HECMW_restart_open_by_name()

int HECMW_restart_open_by_name ( char *  name_ID)

Definition at line 36 of file hecmw_restart.c.

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

◆ hecmw_restart_open_by_name_if()

void hecmw_restart_open_by_name_if ( char *  name_ID,
int *  err,
int  len 
)

Definition at line 224 of file hecmw_restart.c.

Here is the caller graph for this function:

◆ HECMW_RESTART_OPEN_BY_NAME_IF()

void HECMW_RESTART_OPEN_BY_NAME_IF ( char *  name_ID,
int *  err,
int  len 
)

Definition at line 248 of file hecmw_restart.c.

◆ hecmw_restart_open_by_name_if_()

void hecmw_restart_open_by_name_if_ ( char *  name_ID,
int *  err,
int  len 
)

Definition at line 240 of file hecmw_restart.c.

◆ hecmw_restart_open_by_name_if__()

void hecmw_restart_open_by_name_if__ ( char *  name_ID,
int *  err,
int  len 
)

Definition at line 244 of file hecmw_restart.c.

◆ hecmw_restart_open_if()

void hecmw_restart_open_if ( int *  err)

Definition at line 254 of file hecmw_restart.c.

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

◆ HECMW_RESTART_OPEN_IF()

void HECMW_RESTART_OPEN_IF ( int *  err)

Definition at line 262 of file hecmw_restart.c.

Here is the call graph for this function:

◆ hecmw_restart_open_if_()

void hecmw_restart_open_if_ ( int *  err)

Definition at line 258 of file hecmw_restart.c.

Here is the call graph for this function:

◆ hecmw_restart_open_if__()

void hecmw_restart_open_if__ ( int *  err)

Definition at line 260 of file hecmw_restart.c.

Here is the call graph for this function:

◆ HECMW_restart_read()

void* HECMW_restart_read ( void *  addr)

Definition at line 84 of file hecmw_restart.c.

Here is the caller graph for this function:

◆ hecmw_restart_read_int_if()

void hecmw_restart_read_int_if ( int *  dst,
int *  err 
)

Definition at line 276 of file hecmw_restart.c.

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

◆ HECMW_RESTART_READ_INT_IF()

void HECMW_RESTART_READ_INT_IF ( int *  dst,
int *  err 
)

Definition at line 296 of file hecmw_restart.c.

Here is the call graph for this function:

◆ hecmw_restart_read_int_if_()

void hecmw_restart_read_int_if_ ( int *  dst,
int *  err 
)

Definition at line 288 of file hecmw_restart.c.

Here is the call graph for this function:

◆ hecmw_restart_read_int_if__()

void hecmw_restart_read_int_if__ ( int *  dst,
int *  err 
)

Definition at line 292 of file hecmw_restart.c.

Here is the call graph for this function:

◆ hecmw_restart_read_real_if()

void hecmw_restart_read_real_if ( double *  dst,
int *  err 
)

Definition at line 302 of file hecmw_restart.c.

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

◆ HECMW_RESTART_READ_REAL_IF()

void HECMW_RESTART_READ_REAL_IF ( double *  dst,
int *  err 
)

Definition at line 322 of file hecmw_restart.c.

Here is the call graph for this function:

◆ hecmw_restart_read_real_if_()

void hecmw_restart_read_real_if_ ( double *  dst,
int *  err 
)

Definition at line 314 of file hecmw_restart.c.

Here is the call graph for this function:

◆ hecmw_restart_read_real_if__()

void hecmw_restart_read_real_if__ ( double *  dst,
int *  err 
)

Definition at line 318 of file hecmw_restart.c.

Here is the call graph for this function:

◆ HECMW_restart_write()

int HECMW_restart_write ( void  )

Definition at line 220 of file hecmw_restart.c.

Here is the call graph for this function:

◆ HECMW_restart_write_by_name()

int HECMW_restart_write_by_name ( char *  name_ID)

Definition at line 164 of file hecmw_restart.c.

Here is the caller graph for this function:

◆ hecmw_restart_write_by_name_if()

void hecmw_restart_write_by_name_if ( char *  name_ID,
int *  err,
int  len 
)

Definition at line 394 of file hecmw_restart.c.

Here is the caller graph for this function:

◆ HECMW_RESTART_WRITE_BY_NAME_IF()

void HECMW_RESTART_WRITE_BY_NAME_IF ( char *  name_ID,
int *  err,
int  len 
)

Definition at line 418 of file hecmw_restart.c.

◆ hecmw_restart_write_by_name_if_()

void hecmw_restart_write_by_name_if_ ( char *  name_ID,
int *  err,
int  len 
)

Definition at line 410 of file hecmw_restart.c.

◆ hecmw_restart_write_by_name_if__()

void hecmw_restart_write_by_name_if__ ( char *  name_ID,
int *  err,
int  len 
)

Definition at line 414 of file hecmw_restart.c.

◆ hecmw_restart_write_if()

void hecmw_restart_write_if ( int *  err)

Definition at line 424 of file hecmw_restart.c.

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

◆ HECMW_RESTART_WRITE_IF()

void HECMW_RESTART_WRITE_IF ( int *  err)

Definition at line 432 of file hecmw_restart.c.

Here is the call graph for this function:

◆ hecmw_restart_write_if_()

void hecmw_restart_write_if_ ( int *  err)

Definition at line 428 of file hecmw_restart.c.

Here is the call graph for this function:

◆ hecmw_restart_write_if__()

void hecmw_restart_write_if__ ( int *  err)

Definition at line 430 of file hecmw_restart.c.

Here is the call graph for this function: