Go to the source code of this file.
|
subroutine, public | libvdwxc_oct_m::libvdwxc_init (libvdwxc, namespace, functional) |
|
subroutine, public | libvdwxc_oct_m::libvdwxc_print (this) |
|
subroutine, public | libvdwxc_oct_m::libvdwxc_write_info (this, iunit, namespace) |
|
subroutine, public | libvdwxc_oct_m::libvdwxc_set_geometry (this, namespace, space, mesh) |
|
subroutine, public | libvdwxc_oct_m::libvdwxc_calculate (this, namespace, space, rho, gradrho, dedd, dedgd) |
|
subroutine | tocube (array, cubearray) |
|
subroutine | fromcube (cubearray, array) |
|
subroutine | libvdwxc_write_array (arr, fname) |
|
subroutine, public | libvdwxc_oct_m::libvdwxc_end (this) |
|
◆ tocube()
subroutine libvdwxc_calculate::tocube |
( |
real(real64), dimension(:), intent(in), contiguous |
array, |
|
|
real(real64), dimension(:,:,:), intent(out) |
cubearray |
|
) |
| |
|
private |
◆ fromcube()
subroutine libvdwxc_calculate::fromcube |
( |
real(real64), dimension(:,:,:), intent(in) |
cubearray, |
|
|
real(real64), dimension(:), intent(out), contiguous |
array |
|
) |
| |
|
private |
◆ libvdwxc_write_array()
subroutine libvdwxc_calculate::libvdwxc_write_array |
( |
real(real64), dimension(:), intent(in) |
arr, |
|
|
character(len=*), intent(in) |
fname |
|
) |
| |
|
private |