Stellarator and Tokamak Modeling and Meshing Software (STOMMS)
Loading...
Searching...
No Matches
Public Attributes | List of all members
Adj Struct Reference

Public Attributes

std::vector< int > entId
 
std::vector< int > adjVector_1
 
std::vector< int > rangeVector_1
 
std::vector< int > adjVector_2
 
std::vector< int > rangeVector_2
 

Detailed Description

A struct to store all the curves of one type and related physics and model information. The following data is stored. flxId {x1,x2,x3,x4,....,xn} modelEdgesVector {y1,y2,y3,y4,y5,.....,yn} modelEdgesRange {z1,z2,z3,z3,....,zn} For flux of id x1, the model edges on it are in modelEdgesVector from index = z1 to index = z2-1, similarly, for x2, from index = z2, to index = z3-1 ......

Member Data Documentation

◆ adjVector_1

std::vector<int> Adj::adjVector_1

◆ adjVector_2

std::vector<int> Adj::adjVector_2

◆ entId

std::vector<int> Adj::entId

◆ rangeVector_1

std::vector<int> Adj::rangeVector_1

◆ rangeVector_2

std::vector<int> Adj::rangeVector_2