TDMS
Time Domain Maxwell Solver
|
Typedef for providing indices to the Source class. More...
#include <source.h>
Public Attributes | |
int | split_field_ID = 0 |
Index of the split field. | |
int | cell_b = 0 |
Index in the minor (B-)axis. | |
int | cell_c = 0 |
Index in the major (C-)axis. | |
Typedef for providing indices to the Source class.
Assume the notation as in the docstring of the Source class. Recall that data in a Source instance is indexed via {real,imag}[cell_c][cell_b][split_field_ID].
SourceIndex is a container for indexing the Source.{real,imag} objects in an efficient and notationally-consistent manner.