openEMS/examples/FDTD_examples.h
2010-03-11 15:35:12 +01:00

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