Loading [MathJax]/extensions/tex2jax.js
libMesh
Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
_
a
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
w
z
Typedefs
b
c
d
e
f
g
l
n
o
p
q
r
s
t
u
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
v
x
Enumerations
_
a
b
c
d
e
f
i
m
n
o
p
r
s
t
w
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Related Functions
:
_
a
b
c
e
i
j
l
m
n
o
p
s
t
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
w
Variables
a
b
c
d
e
f
i
m
n
p
q
r
s
t
u
v
w
x
Typedefs
Enumerations
Enumerator
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Pages
include
enums
enum_io_package.h
Go to the documentation of this file.
1
// The libMesh Finite Element Library.
2
// Copyright (C) 2002-2025 Benjamin S. Kirk, John W. Peterson, Roy H. Stogner
3
4
// This library is free software; you can redistribute it and/or
5
// modify it under the terms of the GNU Lesser General Public
6
// License as published by the Free Software Foundation; either
7
// version 2.1 of the License, or (at your option) any later version.
8
9
// This library is distributed in the hope that it will be useful,
10
// but WITHOUT ANY WARRANTY; without even the implied warranty of
11
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12
// Lesser General Public License for more details.
13
14
// You should have received a copy of the GNU Lesser General Public
15
// License along with this library; if not, write to the Free Software
16
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17
18
19
20
#ifndef LIBMESH_ENUM_IO_PACKAGE_H
21
#define LIBMESH_ENUM_IO_PACKAGE_H
22
23
24
namespace
libMesh
{
25
37
enum
IOPackage
:
int
38
{
39
TECPLOT
,
40
GMV
,
41
GMSH
,
42
VTK
,
43
DIVA
,
44
TETGEN
,
45
UCD
,
46
LIBMESH
,
47
// Invalid
48
INVALID_IO_PACKAGE
49
};
50
}
51
52
#endif
libMesh::INVALID_IO_PACKAGE
Definition:
enum_io_package.h:48
libMesh::GMV
Definition:
enum_io_package.h:40
libMesh::IOPackage
IOPackage
libMesh interfaces with several different software packages for the purposes of creating, reading, and writing mesh files.
Definition:
enum_io_package.h:37
libMesh
The libMesh namespace provides an interface to certain functionality in the library.
libMesh::DIVA
Definition:
enum_io_package.h:43
libMesh::LIBMESH
Definition:
enum_io_package.h:46
libMesh::GMSH
Definition:
enum_io_package.h:41
libMesh::UCD
Definition:
enum_io_package.h:45
libMesh::TETGEN
Definition:
enum_io_package.h:44
libMesh::TECPLOT
Definition:
enum_io_package.h:39
libMesh::VTK
Definition:
enum_io_package.h:42
Generated on Sat May 3 2025 10:58:17 for libMesh by
1.8.14