2010-03-07 11:49:38 +00:00
|
|
|
#ifndef FDTD_EXAMPLES_H
|
|
|
|
#define FDTD_EXAMPLES_H
|
|
|
|
|
|
|
|
#include "ContinuousStructure.h"
|
2010-03-11 09:56:19 +00:00
|
|
|
#include "tinyxml.h"
|
2010-03-07 11:49:38 +00:00
|
|
|
|
2010-03-11 09:56:19 +00:00
|
|
|
void BuildDipol(const char* filename);
|
2010-03-07 11:49:38 +00:00
|
|
|
|
2010-03-11 09:56:19 +00:00
|
|
|
void BuildPlaneWave(const char* filename);
|
2010-03-07 11:49:38 +00:00
|
|
|
|
2010-03-11 09:56:19 +00:00
|
|
|
void BuildMSL(const char* filename);
|
2010-03-07 11:49:38 +00:00
|
|
|
|
2010-03-11 14:35:12 +00:00
|
|
|
void BuildCoaxial_Cartesian(const char* filename);
|
|
|
|
|
|
|
|
|
2010-03-07 11:49:38 +00:00
|
|
|
#endif // FDTD_EXAMPLES_H
|