IOSS  2.0
Ioss_CodeTypes.h File Reference
#include <array>
#include <cstdint>
#include <string>
#include <vector>
#include <SEACASIoss_config.h>
#include <complex>

Go to the source code of this file.

Namespaces

 Ioss
 The main namespace for the Ioss library.
 

Macros

#define MPI_COMM_WORLD   0
 
#define IOSS_FUNC_ENTER(m)
 
#define IOSS_DEBUG_OUTPUT   0
 

Typedefs

using Ioss::IntVector = std::vector< int >
 
using Ioss::Int64Vector = std::vector< int64_t >
 
using Ioss::NameList = std::vector< std::string >
 
using Ioss::IJK_t = std::array< int, 3 >
 
using MPI_Comm = int
 
using Complex = std::complex< double >
 

Functions

const std::string IOSS_SCALAR ()
 
const std::string IOSS_VECTOR_2D ()
 
const std::string IOSS_VECTOR_3D ()
 
const std::string IOSS_SYM_TENSOR ()
 

Macro Definition Documentation

◆ IOSS_DEBUG_OUTPUT

#define IOSS_DEBUG_OUTPUT   0

◆ IOSS_FUNC_ENTER

#define IOSS_FUNC_ENTER (   m)

◆ MPI_COMM_WORLD

#define MPI_COMM_WORLD   0

Typedef Documentation

◆ Complex

using Complex = std::complex<double>

◆ MPI_Comm

using MPI_Comm = int

Function Documentation

◆ IOSS_SCALAR()

const std::string IOSS_SCALAR ( )
inline

◆ IOSS_SYM_TENSOR()

const std::string IOSS_SYM_TENSOR ( )
inline

◆ IOSS_VECTOR_2D()

const std::string IOSS_VECTOR_2D ( )
inline

◆ IOSS_VECTOR_3D()

const std::string IOSS_VECTOR_3D ( )
inline