![]() |
GPUE
v1.0
GPU Gross-Pitaevskii Equation numerical solver for Bose-Einstein condensates
|
Struct to hold the node information for the AST on the CPU. More...
#include <ds.h>

Public Attributes | |
| double | val = 0 |
| bool | is_dynamic = false |
| char | var = '0' |
| EqnNode * | left |
| EqnNode * | right |
| int | op_num |
| bool | has_op = false |