IOSS
2.0
Loading...
Searching...
No Matches
Ioss_MeshType.h
Go to the documentation of this file.
1
// Copyright(C) 1999-2020, 2022 National Technology & Engineering Solutions
2
// of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with
3
// NTESS, the U.S. Government retains certain rights in this software.
4
//
5
// See packages/seacas/LICENSE for details
6
7
#pragma once
8
9
namespace
Ioss
{
10
/** \brief The mesh type -- structured, unstructured, hybrid (future), or unknown
11
*/
12
enum class
MeshType
{
UNKNOWN
,
STRUCTURED
,
UNSTRUCTURED
,
HYBRID
};
13
}
// namespace Ioss
Ioss
The main namespace for the Ioss library.
Definition
Ioad_DatabaseIO.C:40
Ioss::ElementShape::UNKNOWN
@ UNKNOWN
Ioss::MeshType
MeshType
The mesh type – structured, unstructured, hybrid (future), or unknown.
Definition
Ioss_MeshType.h:12
Ioss::MeshType::HYBRID
@ HYBRID
Ioss::MeshType::UNSTRUCTURED
@ UNSTRUCTURED
Ioss::MeshType::STRUCTURED
@ STRUCTURED
src
Ioss_MeshType.h
Generated by
1.12.0