Class State

Class Documentation

class State

Public Types

enum TypeLocation

Values:

enumerator undefined
enumerator center
enumerator face
enumerator edge
enum TypeState

Values:

enumerator none
enumerator idefixArray4D

Public Members

TypeState type = {none}

type of data contained by this state

IdefixArray4D<real> array

only defined if type==IdefixArray4D

TypeLocation location = {undefined}

location of array when type==IdefixArray4D (otherwise undefined)

std::string name

Name of the full state (always applicable)