8 |
#include "simulation.h" |
#include "simulation.h" |
9 |
|
|
10 |
#include "config.h" |
#include "config.h" |
11 |
|
|
12 |
|
#ifdef ASC_WITH_MFGRAPH |
13 |
|
# include <mfgraph/mfg_draw_graph.h> |
14 |
|
#endif |
15 |
|
|
16 |
extern "C"{ |
extern "C"{ |
17 |
#include <solver/incidence.h> |
#include <solver/incidence.h> |
18 |
} |
} |
67 |
const std::vector<int> getBlockLocation(const int &block) const; |
const std::vector<int> getBlockLocation(const int &block) const; |
68 |
const int getNumBlocks(); |
const int getNumBlocks(); |
69 |
#ifdef ASC_WITH_MFGRAPH |
#ifdef ASC_WITH_MFGRAPH |
70 |
void writeGraph(std::ostream &,const int &block) const; |
mfg::DrawGraph getBlockGraph(const int &block) const; |
71 |
#endif; |
#endif |
72 |
}; |
}; |
73 |
|
|
74 |
#endif // ASCXX_INCIDENCEMATRIX_H |
#endif // ASCXX_INCIDENCEMATRIX_H |