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