|
LCC
1. 0. 0.
Crystal cutting code
|
Module for generating regular shapes after lattice is constructed. More...
Functions/Subroutines | |
| subroutine, public | lcc_spheroid (a_axis, b_axis, c_axis, r_inout) |
| For building spheroidal shapes out of a bulk lattice. More... | |
Module for generating regular shapes after lattice is constructed.
| subroutine, public lcc_regular_mod::lcc_spheroid | ( | real(dp) | a_axis, |
| real(dp) | b_axis, | ||
| real(dp) | c_axis, | ||
| real(dp), dimension(:,:), allocatable | r_inout | ||
| ) |
For building spheroidal shapes out of a bulk lattice.
| a_axis | Lenght in the x direction. |
| b_axis | Lenght in the y direction. |
| c_axis | Lenght in the z direction. |
| r_inout | Input and output coordinates. |