Multiscale Universal Interface  2.0
A Concurrent Framework for Coupling Heterogeneous Solvers
mui::three_dim Struct Reference

#include <config.h>

Inheritance diagram for mui::three_dim:

Public Types

using EXCEPTION = exception_segv
 
using REAL = double
 
using INT = int
 
using time_type = REAL
 
using iterator_type = INT
 
using point_type = point< REAL, D >
 
using data_types = type_list< uint32_t, uint64_t, int32_t, int64_t, double, float, std::string >
 

Static Public Attributes

static const bool DEBUG = false
 
static const int D = 3
 
static const bool FIXEDPOINTS = false
 
static const bool QUIET = false
 

Member Typedef Documentation

◆ data_types

using mui::three_dim::data_types = type_list<uint32_t, uint64_t, int32_t, int64_t, double, float, std::string >

◆ EXCEPTION

◆ INT

using mui::three_dim::INT = int

◆ iterator_type

◆ point_type

◆ REAL

using mui::three_dim::REAL = double

◆ time_type

Member Data Documentation

◆ D

const int mui::three_dim::D = 3
static

◆ DEBUG

const bool mui::three_dim::DEBUG = false
static

◆ FIXEDPOINTS

const bool mui::three_dim::FIXEDPOINTS = false
static

◆ QUIET

const bool mui::three_dim::QUIET = false
static

The documentation for this struct was generated from the following file: