Exodus
8.24
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
h
i
m
n
p
q
s
t
u
v
w
x
z
Variables
a
b
c
d
e
f
h
i
m
n
p
q
s
t
u
v
w
x
z
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
u
v
w
Variables
a
b
c
e
f
l
n
r
s
w
Typedefs
Enumerations
Enumerator
e
Macros
_
a
c
d
e
f
m
n
o
q
r
s
t
v
x
y
z
Examples
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
exodusII_test.h
Go to the documentation of this file.
1
/*
2
* Copyright(C) 1999-2020, 2022 National Technology & Engineering Solutions
3
* of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with
4
* NTESS, the U.S. Government retains certain rights in this software.
5
*
6
* See packages/seacas/LICENSE for details
7
*/
8
#pragma once
9
10
#include "
exodusII.h
"
11
12
#ifdef __cplusplus
13
extern
"C"
{
14
#endif
/* __cplusplus */
15
16
int
cCreateEdgeFace
(
int
,
char
*[]);
17
int
cReadEdgeFace
(
int
,
char
*[]);
18
19
#ifdef __cplusplus
20
}
21
#endif
/* __cplusplus */
22
23
inline
int
CreateEdgeFace
(
int
argc,
char
*argv[]) {
return
cCreateEdgeFace
(argc, argv); }
24
inline
int
ReadEdgeFace
(
int
argc,
char
*argv[]) {
return
cReadEdgeFace
(argc, argv); }
exodusII.h
cReadEdgeFace
int cReadEdgeFace(int, char *[])
ReadEdgeFace
int ReadEdgeFace(int argc, char *argv[])
Definition
exodusII_test.h:24
cCreateEdgeFace
int cCreateEdgeFace(int, char *[])
CreateEdgeFace
int CreateEdgeFace(int argc, char *argv[])
Definition
exodusII_test.h:23
include
exodusII_test.h
Generated by
1.13.2