|
TDMS
Time Domain Maxwell Solver
|
A collection of functions for array initialisation given MATLAB pointers. More...
Go to the source code of this file.
Functions | |
| void | init_grid_arrays (const mxArray *ptr, SplitField &E_s, SplitField &H_s, uint8_t ***&materials) |
A collection of functions for array initialisation given MATLAB pointers.
| void init_grid_arrays | ( | const mxArray * | ptr, |
| SplitField & | E_s, | ||
| SplitField & | H_s, | ||
| uint8_t ***& | materials ) |
Initialise the grid tensors/arrays, including the electric and magnetic split fields and the materials array.
| ptr | Pointer to the matlab struct |
| E_s | Electric split field |
| H_s | Magnetic split field |
| materials | Materials array |