20 |
#include "../Mesh.h" |
#include "../Mesh.h" |
21 |
#include "../Finley.h" |
#include "../Finley.h" |
22 |
#include "../Assemble.h" |
#include "../Assemble.h" |
23 |
#include "../SystemMatrix.h" |
#include "paso/SystemMatrix.h" |
24 |
} |
} |
25 |
|
|
26 |
#include "FinleyError.h" |
#include "FinleyError.h" |
27 |
#include "FinleyAdapterException.h" |
#include "FinleyAdapterException.h" |
28 |
|
|
29 |
#include "SystemMatrixAdapter.h" |
#include "SystemMatrixAdapter.h" |
30 |
#include "AbstractContinuousDomain.h" |
#include "escriptcpp/AbstractContinuousDomain.h" |
31 |
#include "FunctionSpace.h" |
#include "escriptcpp/FunctionSpace.h" |
32 |
#include "FunctionSpaceFactory.h" |
#include "escriptcpp/FunctionSpaceFactory.h" |
33 |
|
|
34 |
#include <boost/shared_ptr.hpp> |
#include <boost/shared_ptr.hpp> |
35 |
#include <boost/python/dict.hpp> |
#include <boost/python/dict.hpp> |