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

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

#include <ds.h>

Collaboration diagram for EqnNode:

Public Attributes

double val = 0
 
bool is_dynamic = false
 
char var = '0'
 
EqnNodeleft
 
EqnNoderight
 
int op_num
 
bool has_op = false
 

Detailed Description

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

Definition at line 56 of file ds.h.

Member Data Documentation

◆ has_op

bool EqnNode::has_op = false

Definition at line 64 of file ds.h.

◆ is_dynamic

bool EqnNode::is_dynamic = false

Definition at line 58 of file ds.h.

◆ left

EqnNode* EqnNode::left

Definition at line 61 of file ds.h.

◆ op_num

int EqnNode::op_num

Definition at line 63 of file ds.h.

◆ right

EqnNode * EqnNode::right

Definition at line 61 of file ds.h.

◆ val

double EqnNode::val = 0

Definition at line 57 of file ds.h.

◆ var

char EqnNode::var = '0'

Definition at line 59 of file ds.h.


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