17 lines
305 B
C
17 lines
305 B
C
#ifndef FDTD_EXAMPLES_H
|
|
#define FDTD_EXAMPLES_H
|
|
|
|
#include "ContinuousStructure.h"
|
|
#include "tinyxml.h"
|
|
|
|
void BuildDipol(const char* filename);
|
|
|
|
void BuildPlaneWave(const char* filename);
|
|
|
|
void BuildMSL(const char* filename);
|
|
|
|
void BuildCoaxial_Cartesian(const char* filename);
|
|
|
|
|
|
#endif // FDTD_EXAMPLES_H
|