7 Source architecture

All the computation algorithms and data management functions are implemented in the following classes :

All the classes described above are already compiled in the library libhj.a. Their headers are in the folder include/.

We remind that the user needs to code the problem parameters into a c++ header file and to include its name in the file data/data_simulation.h. For example, if the user data file is called data_myexample.h, then the following line (and only this one) must be included in the file data/data_simulation.h:

#include ”data_myexample.h”


pict