Definition at line 145 of file curv_modine.F90.
|
| real(real64), dimension(:), allocatable | lsize |
| | size of the box More...
|
| |
| real(real64) | xbar |
| | size of central flat region (in units of L) More...
|
| |
| real(real64) | jbar |
| | increase in density of points is 1/J More...
|
| |
| real(real64), dimension(:), allocatable | jlocal |
| | local (around the atoms) refinement More...
|
| |
| real(real64), dimension(:), allocatable | jrange |
| | local refinement range More...
|
| |
| real(real64), dimension(:,:), allocatable | xi |
| | parameter of transformation related to the atomic positions More...
|
| |
| real(real64), dimension(:,:,:), allocatable | q |
| | parameter of transformation related to the local Jacobian More...
|
| |
| integer | npos |
| |
| type(root_solver_t) | rs |
| |
| type(root_solver_t) | rs_init |
| |
◆ to_cartesian()
| procedure curv_modine_oct_m::curv_modine_t::to_cartesian |
|
private |
◆ from_cartesian()
| procedure curv_modine_oct_m::curv_modine_t::from_cartesian |
|
private |
◆ jacobian()
| procedure curv_modine_oct_m::curv_modine_t::jacobian |
|
private |
◆ jacobian_inverse()
| procedure curv_modine_oct_m::curv_modine_t::jacobian_inverse |
|
private |
◆ write_info()
| procedure curv_modine_oct_m::curv_modine_t::write_info |
|
private |
◆ surface_element()
| procedure curv_modine_oct_m::curv_modine_t::surface_element |
|
private |
◆ curv_modine_finalize()
| final curv_modine_oct_m::curv_modine_t::curv_modine_finalize |
|
finalprivate |
◆ lsize
| real(real64), dimension(:), allocatable curv_modine_oct_m::curv_modine_t::lsize |
|
private |
◆ xbar
| real(real64) curv_modine_oct_m::curv_modine_t::xbar |
|
private |
size of central flat region (in units of L)
Definition at line 148 of file curv_modine.F90.
◆ jbar
| real(real64) curv_modine_oct_m::curv_modine_t::jbar |
|
private |
◆ jlocal
| real(real64), dimension(:), allocatable curv_modine_oct_m::curv_modine_t::jlocal |
|
private |
◆ jrange
| real(real64), dimension(:), allocatable curv_modine_oct_m::curv_modine_t::jrange |
|
private |
◆ xi
| real(real64), dimension(:,:), allocatable curv_modine_oct_m::curv_modine_t::xi |
|
private |
parameter of transformation related to the atomic positions
Definition at line 154 of file curv_modine.F90.
| real(real64), dimension(:,:,:), allocatable curv_modine_oct_m::curv_modine_t::q |
|
private |
parameter of transformation related to the local Jacobian
Definition at line 155 of file curv_modine.F90.
◆ npos
| integer curv_modine_oct_m::curv_modine_t::npos |
|
private |
◆ rs
◆ rs_init
The documentation for this interface was generated from the following file: