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_opt (id, opt, ierr) |
|
subroutine | hecmw_ml_set_opt (id, opt, 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_opt()
subroutine hecmw_ml_get_opt |
( |
integer(kind=kint), intent(in) |
id, |
|
|
integer(kind=kint), dimension(*), intent(out) |
opt, |
|
|
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_opt()
subroutine hecmw_ml_set_opt |
( |
integer(kind=kint), intent(in) |
id, |
|
|
integer(kind=kint), dimension(*), intent(in) |
opt, |
|
|
integer(kind=kint), intent(out) |
ierr |
|
) |
| |