|
LCC
1. 0. 0.
Crystal cutting code
|
Template module for contributing. More...
Functions/Subroutines | |
| subroutine, public | lcc_compute_roughness (coords, lattice_vectors, isoval, rab, ni, nj, nk, verbose) |
| Example subroutine. More... | |
Template module for contributing.
| subroutine, public lcc_compute_mod::lcc_compute_roughness | ( | real(dp), dimension(:,:), intent(in), allocatable | coords, |
| real(dp), dimension(:,:), intent(in), allocatable | lattice_vectors, | ||
| real(dp), intent(in) | isoval, | ||
| real(dp), intent(in) | rab, | ||
| integer, intent(in) | ni, | ||
| integer, intent(in) | nj, | ||
| integer, intent(in) | nk, | ||
| integer, intent(in) | verbose | ||
| ) |
Example subroutine.
| coords | Coordinates. |
| lattice_vectors | Lattice vectors. |
| isoval | Parameter value to compute isosurface. |
| rab | Radius of the spherical probe. |
| ni | Number of discrete points on the a1 axis. |
| nj | Number of discrete points on the a2 axis. |
| nk | Number of discrete points on the a3 axis. |
| verbose | Verbosity level. |