TDMS
Time Domain Maxwell Solver
|
#include <grid_labels.h>
Public Member Functions | |
GridLabels (const mxArray *ptr) | |
void | initialise_from (const GridLabels &labels_to_copy_from, int i_l, int i_u, int j_l, int j_u, int k_l, int k_u) |
Set values by copying from another GridLabels object. | |
Public Attributes | |
double * | x = nullptr |
double * | y = nullptr |
double * | z = nullptr |
Grid labels hold the cartesian labels of Yee cell, in the x, y and z directions
void GridLabels::initialise_from | ( | const GridLabels & | labels_to_copy_from, |
int | i_l, | ||
int | i_u, | ||
int | j_l, | ||
int | j_u, | ||
int | k_l, | ||
int | k_u | ||
) |
Set values by copying from another GridLabels object.
other_labels | The GridLabels object to copy values from |
i_l,j_l,k_l | The first item to copy from the x, y, z attributes (respectively) |
i_u,j_u,k_u | The final (inclusive) item to copy from the x, y, z attributes (respectively) |