GPUE  v1.0
GPU Gross-Pitaevskii Equation numerical solver for Bose-Einstein condensates
EqnNode_gpu Struct Reference

Struct to hold the node information for the AST on the GPU. More...

#include <ds.h>

Public Attributes

double val = 0
 
bool is_dynamic = false
 
char var = '0'
 
int left = -1
 
int right = -1
 
int op_num
 

Detailed Description

Struct to hold the node information for the AST on the GPU.

Definition at line 71 of file ds.h.

Member Data Documentation

◆ is_dynamic

bool EqnNode_gpu::is_dynamic = false

Definition at line 73 of file ds.h.

◆ left

int EqnNode_gpu::left = -1

Definition at line 76 of file ds.h.

◆ op_num

int EqnNode_gpu::op_num

Definition at line 79 of file ds.h.

◆ right

int EqnNode_gpu::right = -1

Definition at line 77 of file ds.h.

◆ val

double EqnNode_gpu::val = 0

Definition at line 72 of file ds.h.

◆ var

char EqnNode_gpu::var = '0'

Definition at line 74 of file ds.h.


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