openEMS/examples/FDTD_examples.h

14 lines
252 B
C
Raw Normal View History

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