FrontISTR  5.8.0
Large-scale structural analysis program with finit element method
hecmw_fstr_output_exo.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2019 FrontISTR Commons
3  * This software is released under the MIT License, see LICENSE.txt
4  *
5  * Exodus II output via NetCDF API (without libexodus dependency)
6  *****************************************************************************/
7 #ifndef HECMW_FSTR_OUTPUT_EXO_H_INCLUDED
8 #define HECMW_FSTR_OUTPUT_EXO_H_INCLUDED
9 
10 #include "hecmw_struct.h"
11 #include "hecmw_result.h"
12 
13 /* output_type=18 (EXODUS): All timesteps in one file */
14 void HECMW_exodus_output(struct hecmwST_local_mesh *mesh,
15  struct hecmwST_result_data *data,
16  char *outfile, char *outfile1,
17  HECMW_Comm VIS_COMM);
18 
19 /* output_type=19 (STEP_EXODUS): One file per timestep */
21  struct hecmwST_result_data *data,
22  char *outfile, char *outfile1,
23  HECMW_Comm VIS_COMM);
24 
25 #endif /* HECMW_FSTR_OUTPUT_EXO_H_INCLUDED */
MPI_Comm HECMW_Comm
Definition: hecmw_config.h:30
void HECMW_exodus_output(struct hecmwST_local_mesh *mesh, struct hecmwST_result_data *data, char *outfile, char *outfile1, HECMW_Comm VIS_COMM)
void HECMW_exodus_step_output(struct hecmwST_local_mesh *mesh, struct hecmwST_result_data *data, char *outfile, char *outfile1, HECMW_Comm VIS_COMM)
CNFData data