Go to the source code of this file.
|
subroutine | hecmw_ml_get_nlocal (id, nlocal, nlocal_allcolumns, ierr) |
|
subroutine | hecmw_ml_get_coord (id, x, y, z, ierr) |
|
subroutine | hecmw_ml_get_rbm (id, rbm, ierr) |
|
subroutine | hecmw_ml_get_loglevel (id, level) |
|
subroutine | hecmw_ml_get_opt1 (id, opt1, ierr) |
|
subroutine | hecmw_ml_get_opt2 (id, opt2, ierr) |
|
subroutine | hecmw_ml_get_opt3 (id, opt3, ierr) |
|
subroutine | hecmw_ml_get_opt4 (id, opt4, ierr) |
|
subroutine | hecmw_ml_get_opt5 (id, opt5, ierr) |
|
subroutine | hecmw_ml_get_opt6 (id, opt6, ierr) |
|
subroutine | hecmw_ml_set_opt6 (id, opt6, ierr) |
|
◆ hecmw_ml_get_coord()
subroutine hecmw_ml_get_coord |
( |
integer(kind=kint), intent(in) |
id, |
|
|
real(kind=kreal), dimension(*), intent(out) |
x, |
|
|
real(kind=kreal), dimension(*), intent(out) |
y, |
|
|
real(kind=kreal), dimension(*), intent(out) |
z, |
|
|
integer(kind=kint), intent(out) |
ierr |
|
) |
| |
◆ hecmw_ml_get_loglevel()
subroutine hecmw_ml_get_loglevel |
( |
integer(kind=kint), intent(in) |
id, |
|
|
integer(kind=kint), intent(out) |
level |
|
) |
| |
◆ hecmw_ml_get_nlocal()
subroutine hecmw_ml_get_nlocal |
( |
integer(kind=kint), intent(in) |
id, |
|
|
integer(kind=kint), intent(out) |
nlocal, |
|
|
integer(kind=kint), intent(out) |
nlocal_allcolumns, |
|
|
integer(kind=kint), intent(out) |
ierr |
|
) |
| |
◆ hecmw_ml_get_opt1()
subroutine hecmw_ml_get_opt1 |
( |
integer(kind=kint), intent(in) |
id, |
|
|
integer(kind=kint), intent(out) |
opt1, |
|
|
integer(kind=kint), intent(out) |
ierr |
|
) |
| |
◆ hecmw_ml_get_opt2()
subroutine hecmw_ml_get_opt2 |
( |
integer(kind=kint), intent(in) |
id, |
|
|
integer(kind=kint), intent(out) |
opt2, |
|
|
integer(kind=kint), intent(out) |
ierr |
|
) |
| |
◆ hecmw_ml_get_opt3()
subroutine hecmw_ml_get_opt3 |
( |
integer(kind=kint), intent(in) |
id, |
|
|
integer(kind=kint), intent(out) |
opt3, |
|
|
integer(kind=kint), intent(out) |
ierr |
|
) |
| |
◆ hecmw_ml_get_opt4()
subroutine hecmw_ml_get_opt4 |
( |
integer(kind=kint), intent(in) |
id, |
|
|
integer(kind=kint), intent(out) |
opt4, |
|
|
integer(kind=kint), intent(out) |
ierr |
|
) |
| |
◆ hecmw_ml_get_opt5()
subroutine hecmw_ml_get_opt5 |
( |
integer(kind=kint), intent(in) |
id, |
|
|
integer(kind=kint), intent(out) |
opt5, |
|
|
integer(kind=kint), intent(out) |
ierr |
|
) |
| |
◆ hecmw_ml_get_opt6()
subroutine hecmw_ml_get_opt6 |
( |
integer(kind=kint), intent(in) |
id, |
|
|
integer(kind=kint), intent(out) |
opt6, |
|
|
integer(kind=kint), intent(out) |
ierr |
|
) |
| |
◆ hecmw_ml_get_rbm()
subroutine hecmw_ml_get_rbm |
( |
integer(kind=kint), intent(in) |
id, |
|
|
real(kind=kreal), dimension(*), intent(out) |
rbm, |
|
|
integer(kind=kint), intent(out) |
ierr |
|
) |
| |
◆ hecmw_ml_set_opt6()
subroutine hecmw_ml_set_opt6 |
( |
integer(kind=kint), intent(in) |
id, |
|
|
integer(kind=kint), intent(in) |
opt6, |
|
|
integer(kind=kint), intent(out) |
ierr |
|
) |
| |