=================
Numerical modeling the properties of dense clusters of magnetic nanoparticles.
src/nano_magneticcontains whole the implementation into*.hand*.ccfiles and the example intomain.cc;src/testcontains Google C++ Testing Framework tests.
Use CMake:
> mkdir build
> cd build
> cmake ..
> make
> ./nano_magnetic
...
For testing purposes this project uses Google C++ Testing Framework. To enable tests you should define ENABLE_TESTS=ON variable:
> cmake -DENABLE_TESTS=ON ..
> make
> ./nano_magnetic_test
...