![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include "hecmw_common_define.h"
#include "hecmw_struct.h"
#include "hecmw_result.h"
#include "hecmw_util.h"
#include "hecmw_etype.h"
#include "hecmw_ucd_print.h"
Go to the source code of this file.
Functions | |
int | HECMW_ucd_print (const struct hecmwST_local_mesh *mesh, const struct hecmwST_result_data *result, const char *ofname) |
int | HECMW_ucd_legacy_print (const struct hecmwST_local_mesh *mesh, const struct hecmwST_result_data *result, const char *ofname) |
int HECMW_ucd_legacy_print | ( | const struct hecmwST_local_mesh * | mesh, |
const struct hecmwST_result_data * | result, | ||
const char * | ofname | ||
) |
Definition at line 665 of file hecmw_ucd_print.c.
int HECMW_ucd_print | ( | const struct hecmwST_local_mesh * | mesh, |
const struct hecmwST_result_data * | result, | ||
const char * | ofname | ||
) |
Definition at line 658 of file hecmw_ucd_print.c.