GEOSX
Public Types | Static Public Attributes | List of all members
geosx::extrinsicMeshData::ChildIndex Struct Reference

Trait struct for ChildIndex data. More...

#include <ExtrinsicMeshData.hpp>

Public Types

using type = array1d< localIndex >
 
using dataType = internal::typeHelper_t< array1d< localIndex > >
 

Static Public Attributes

static constexpr auto key = "childIndex"
 
static constexpr dataType defaultValue = -1
 
static constexpr auto plotLevel = dataRepository::PlotLevel:: LEVEL_2
 
static constexpr auto restartFlag = dataRepository::RestartFlags:: WRITE_AND_READ
 
static constexpr auto description = "Index of child within the mesh object it is registered on."
 

Detailed Description

Trait struct for ChildIndex data.

Definition at line 106 of file ExtrinsicMeshData.hpp.

Member Typedef Documentation

◆ dataType

The template type T for registration of a container<T>.

Definition at line 106 of file ExtrinsicMeshData.hpp.

◆ type

The actual type to be registered.

Definition at line 106 of file ExtrinsicMeshData.hpp.

Member Data Documentation

◆ defaultValue

constexpr dataType geosx::extrinsicMeshData::ChildIndex::defaultValue = -1
static

The dataRepository::DefaultValue for ChildIndex .

Definition at line 106 of file ExtrinsicMeshData.hpp.

◆ description

constexpr auto geosx::extrinsicMeshData::ChildIndex::description = "Index of child within the mesh object it is registered on."
static

Description of the ChildIndex data for use in sphinx documentation

Definition at line 106 of file ExtrinsicMeshData.hpp.

◆ key

constexpr auto geosx::extrinsicMeshData::ChildIndex::key = "childIndex"
static

The key for registration with the data repository.

Definition at line 106 of file ExtrinsicMeshData.hpp.

◆ plotLevel

constexpr auto geosx::extrinsicMeshData::ChildIndex::plotLevel = dataRepository::PlotLevel:: LEVEL_2
static

The default dataRepository::PlotLevel for ChildIndex .

Definition at line 106 of file ExtrinsicMeshData.hpp.

◆ restartFlag

constexpr auto geosx::extrinsicMeshData::ChildIndex::restartFlag = dataRepository::RestartFlags:: WRITE_AND_READ
static

The default dataRepository::RestartFlags for ChildIndex .

Definition at line 106 of file ExtrinsicMeshData.hpp.


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