https://github.com/vifactor/analyticalmisfitinterface
Classes providing the methods to calculate the correlation function of a sample with misfited interface
https://github.com/vifactor/analyticalmisfitinterface
Last synced: 6 months ago
JSON representation
Classes providing the methods to calculate the correlation function of a sample with misfited interface
- Host: GitHub
- URL: https://github.com/vifactor/analyticalmisfitinterface
- Owner: vifactor
- Created: 2014-01-30T14:29:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-02T13:21:24.000Z (almost 12 years ago)
- Last Synced: 2025-01-23T12:46:22.880Z (over 1 year ago)
- Language: Mathematica
- Size: 238 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Classes that implement the idea of relaxed interfaces containing
straight misfit dislocations.
Two types of interfaces are considered:
- Cubic interface
- Hexagonal interface
Classes provide the methods for calculation of
the analytical correlation function and its coefficients.
Mathematica files with analytical integrals
are also added to the repository and can be used for
verification and tests.
*Build*
mkdir build & cd build
cmake ..
make
By defaults tests are not built. To build them use:
cmake -DBUILD_TESTING=ON ..