#include <network.h>
|
fourdst::composition::Composition | composition |
| Composition of the network after evaluation.
|
|
int | num_steps |
| Number of steps taken in the evaluation.
|
|
double | energy |
| Energy in ergs after evaluation.
|
|
Definition at line 65 of file network.h.
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const NetOut & | netOut ) |
|
friend |
◆ composition
fourdst::composition::Composition gridfire::NetOut::composition |
Composition of the network after evaluation.
Definition at line 66 of file network.h.
◆ energy
double gridfire::NetOut::energy |
Energy in ergs after evaluation.
Definition at line 68 of file network.h.
◆ num_steps
int gridfire::NetOut::num_steps |
Number of steps taken in the evaluation.
Definition at line 67 of file network.h.
The documentation for this struct was generated from the following file: