12#define NOUTMATRICES_WRITE \
14#define NOUTMATRICES_WRITE_ALL \
16#define NOUTMATRICES_PASSED \
28namespace tdms_matrix_names {
29const std::vector<std::string> matrixnames_infile = {
78const std::vector<std::string> matrixnames_input_with_grid = {
128const std::vector<std::string> matrixnames_gridfile = {
130const std::vector<std::string> outputmatrices_all = {
131 "Ex_out",
"Ey_out",
"Ez_out",
"Hx_out",
132 "Hy_out",
"Hz_out",
"x_out",
"y_out",
133 "z_out",
"Ex_i",
"Ey_i",
"Ez_i",
134 "Hx_i",
"Hy_i",
"Hz_i",
"x_i",
135 "y_i",
"z_i",
"vertices",
"camplitudes",
136 "facets",
"maxresfield",
"Id",
"fieldsample",
138const std::vector<std::string> outputmatrices = {
139 "Ex_out",
"Ey_out",
"Ez_out",
"Hx_out",
"Hy_out",
140 "Hz_out",
"x_out",
"y_out",
"z_out",
"Ex_i",
141 "Ey_i",
"Ez_i",
"Hx_i",
"Hy_i",
"Hz_i",
142 "x_i",
"y_i",
"z_i",
"camplitudes",
"maxresfield",
143 "Id",
"fieldsample",
"campssample"};