|
TDMS
Time Domain Maxwell Solver
|
Public Member Functions | |
| T *** | operator[] (char c) const |
| T *** | operator[] (AxialDirection d) const |
| void | allocate (int I_total, int J_total, int K_total) |
| Allocates x, y, and z as (K_total+1) * (J_total+1) * (I_total+1) arrays. | |
Public Attributes | |
| T *** | x = nullptr |
| T *** | y = nullptr |
| T *** | z = nullptr |
|
inline |
Allocates x, y, and z as (K_total+1) * (J_total+1) * (I_total+1) arrays.
| I_total,J_total,K_total | Dimensions of the tensor size to set |