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 */
20
void
HECMW_exodus_step_output
(
struct
hecmwST_local_mesh
*mesh,
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 */
HECMW_Comm
MPI_Comm HECMW_Comm
Definition:
hecmw_config.h:30
HECMW_exodus_output
void HECMW_exodus_output(struct hecmwST_local_mesh *mesh, struct hecmwST_result_data *data, char *outfile, char *outfile1, HECMW_Comm VIS_COMM)
Definition:
hecmw_fstr_output_exo.c:973
HECMW_exodus_step_output
void HECMW_exodus_step_output(struct hecmwST_local_mesh *mesh, struct hecmwST_result_data *data, char *outfile, char *outfile1, HECMW_Comm VIS_COMM)
Definition:
hecmw_fstr_output_exo.c:982
hecmw_result.h
hecmw_struct.h
data
CNFData data
Definition:
neu_reporter.cpp:18
hecmwST_local_mesh
Definition:
hecmw_struct.h:139
hecmwST_result_data
Definition:
hecmw_result.h:11
hecmw1
src
visualizer
hecmw_fstr_output_exo.h
Generated by
1.9.1