#include <iostream>#include <memory>#include <algorithm>#include <sstream>#include <unistd.h>#include <fstream>#include <vector>#include <string>#include <map>#include "basics.hh"#include "basics/outputMatlab.hh"#include "geometry.hh"#include "space.hh"#include "operator.hh"#include "hp2D.hh"
Go to the source code of this file.
Classes | |
| class | PC_UC_Solver |
| solver for unit cell problem for photonic crystals. More... | |
Typedefs | |
| typedef std::map< int, double > | MID |
| typedef std::map<int, double> MID |
Definition at line 26 of file PC_UC_Solver.h.