TDMS
Time Domain Maxwell Solver
All Classes Namespaces Files Functions Variables Typedefs Enumerations Macros Pages
input_output_names.h File Reference

Constant values associated with the format of the input and output files and matrices. More...

#include <string>
#include <vector>
Include dependency graph for input_output_names.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NMATRICES   48
 
#define NOUTMATRICES_WRITE    23
 
#define NOUTMATRICES_WRITE_ALL    25
 
#define NOUTMATRICES_PASSED    31
 

Variables

const std::vector< std::string > tdms_matrix_names::matrixnames_infile
 
const std::vector< std::string > tdms_matrix_names::matrixnames_input_with_grid
 
const std::vector< std::string > tdms_matrix_names::matrixnames_gridfile
 
const std::vector< std::string > tdms_matrix_names::outputmatrices_all
 
const std::vector< std::string > tdms_matrix_names::outputmatrices
 

Detailed Description

Constant values associated with the format of the input and output files and matrices.

Variable Documentation

◆ matrixnames_gridfile

const std::vector<std::string> tdms_matrix_names::matrixnames_gridfile
Initial value:
= {
"fdtdgrid"}

◆ outputmatrices

const std::vector<std::string> tdms_matrix_names::outputmatrices
Initial value:
= {
"Ex_out", "Ey_out", "Ez_out", "Hx_out", "Hy_out",
"Hz_out", "x_out", "y_out", "z_out", "Ex_i",
"Ey_i", "Ez_i", "Hx_i", "Hy_i", "Hz_i",
"x_i", "y_i", "z_i", "camplitudes", "maxresfield",
"Id", "fieldsample", "campssample"}

◆ outputmatrices_all

const std::vector<std::string> tdms_matrix_names::outputmatrices_all
Initial value:
= {
"Ex_out", "Ey_out", "Ez_out", "Hx_out",
"Hy_out", "Hz_out", "x_out", "y_out",
"z_out", "Ex_i", "Ey_i", "Ez_i",
"Hx_i", "Hy_i", "Hz_i", "x_i",
"y_i", "z_i", "vertices", "camplitudes",
"facets", "maxresfield", "Id", "fieldsample",
"campssample"}