IOSS
2.0
io_info.h
Go to the documentation of this file.
1
/*
2
* Copyright(C) 1999-2017 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
* Redistribution and use in source and binary forms, with or without
7
* modification, are permitted provided that the following conditions are
8
* met:
9
*
10
* * Redistributions of source code must retain the above copyright
11
* notice, this list of conditions and the following disclaimer.
12
*
13
* * Redistributions in binary form must reproduce the above
14
* copyright notice, this list of conditions and the following
15
* disclaimer in the documentation and/or other materials provided
16
* with the distribution.
17
*
18
* * Neither the name of NTESS nor the names of its
19
* contributors may be used to endorse or promote products derived
20
* from this software without specific prior written permission.
21
*
22
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
23
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
24
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
25
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
26
* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
27
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
28
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
29
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
30
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
32
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33
*/
34
#ifndef Ioss_io_info_h
35
#define Ioss_io_info_h
36
37
#include "
info_interface.h
"
38
39
#include <
Ionit_Initializer.h
>
40
#include <
Ioss_CodeTypes.h
>
41
#include <
Ioss_SurfaceSplit.h
>
42
#include <
Ioss_Utils.h
>
43
#include <cstddef>
44
#include <cstdlib>
45
#include <cstring>
46
#include <iomanip>
47
#include <iostream>
48
#include <string>
49
#include <utility>
50
#include <vector>
51
#if defined(SEACAS_HAVE_EXODUS)
52
#include <exodusII.h>
53
#endif
54
55
#include "
Ioss_CommSet.h
"
56
#include "
Ioss_CoordinateFrame.h
"
57
#include "
Ioss_DBUsage.h
"
58
#include "
Ioss_DatabaseIO.h
"
59
#include "
Ioss_EdgeBlock.h
"
60
#include "
Ioss_EdgeSet.h
"
61
#include "
Ioss_ElementBlock.h
"
62
#include "
Ioss_ElementSet.h
"
63
#include "
Ioss_ElementTopology.h
"
64
#include "
Ioss_FaceBlock.h
"
65
#include "
Ioss_FaceSet.h
"
66
#include "
Ioss_Field.h
"
67
#include "
Ioss_GroupingEntity.h
"
68
#include "
Ioss_IOFactory.h
"
69
#include "
Ioss_NodeBlock.h
"
70
#include "
Ioss_NodeSet.h
"
71
#include "
Ioss_Property.h
"
72
#include "
Ioss_Region.h
"
73
#include "
Ioss_SideBlock.h
"
74
#include "
Ioss_SideSet.h
"
75
#include "
Ioss_StructuredBlock.h
"
76
#include "
Ioss_VariableType.h
"
77
78
#include <cassert>
79
80
#include "
info_interface.h
"
81
82
namespace
Ioss
{
83
84
// internal to io_info
85
void
io_info_file_info
(
const
Info::Interface
&interFace);
86
void
io_info_group_info
(
Info::Interface
&interFace);
87
88
// for external calls
89
void
io_info_set_db_properties
(
const
Info::Interface
&interFace,
Ioss::DatabaseIO
*dbi);
90
void
io_info_file_info
(
const
Info::Interface
&interFace,
Ioss::Region
®ion);
91
}
// namespace Ioss
92
93
#endif
Ioss_DBUsage.h
Ioss_Property.h
Ioss::io_info_group_info
void io_info_group_info(Info::Interface &interFace)
Definition:
io_info.C:547
Ioss_FaceBlock.h
Ioss
The main namespace for the Ioss library.
Definition:
Ioad_DatabaseIO.C:66
Ioss_SideBlock.h
Ioss::Region
A grouping entity that contains other grouping entities.
Definition:
Ioss_Region.h:98
Ioss_ElementBlock.h
Ioss_StructuredBlock.h
info_interface.h
Ioss_SideSet.h
Info::Interface
Definition:
info_interface.h:44
Ioss::io_info_file_info
void io_info_file_info(const Info::Interface &interFace)
Definition:
io_info.C:546
Ioss::DatabaseIO
An input or output Database.
Definition:
Ioss_DatabaseIO.h:82
Ioss_Utils.h
Ioss_Field.h
Ioss_EdgeBlock.h
Ioss_SurfaceSplit.h
Ioss_IOFactory.h
Ioss_EdgeSet.h
Ionit_Initializer.h
Ioss_GroupingEntity.h
Ioss_CoordinateFrame.h
Ioss::io_info_set_db_properties
void io_info_set_db_properties(const Info::Interface &interFace, Ioss::DatabaseIO *dbi)
Definition:
io_info.C:549
Ioss_CommSet.h
Ioss_NodeBlock.h
Ioss_Region.h
Ioss_FaceSet.h
Ioss_NodeSet.h
Ioss_ElementSet.h
Ioss_CodeTypes.h
Ioss_ElementTopology.h
Ioss_VariableType.h
Ioss_DatabaseIO.h
src
main
io_info.h
Generated by
1.8.16