The TELEMAC-MASCARET system
trunk
|
Data Types | |
type | instance_t3d |
Functions/Subroutines | |
subroutine, public | create_instance_t3d (ID, IERR) |
subroutine | update_instance_t3d (ID, IERR) |
subroutine, public | delete_instance_t3d (ID, IERR) |
subroutine, public | check_instance_t3d (ID, IERR) |
subroutine, public | get_instance_error_t3d (ID, MESS) |
Variables | |
integer, parameter | max_instances =10 |
type(instance_t3d), dimension(:), pointer, public | instance_list_t3d |
logical, dimension(:), allocatable | used_instance |
subroutine, public api_instance_t3d::check_instance_t3d | ( | integer, intent(in) | ID, |
integer, intent(out) | IERR | ||
) |
[in] | ID | Id of the instance |
[out] | IERR | 0 if subroutine successfull, error id otherwise |
Definition at line 431 of file api_instance_t3d.f.
subroutine, public api_instance_t3d::create_instance_t3d | ( | integer, intent(out) | ID, |
integer, intent(out) | IERR | ||
) |
[out] | ID | Id of the new instance |
[out] | IERR | 0 if subroutine successfull, error id otherwise |
Definition at line 193 of file api_instance_t3d.f.
subroutine, public api_instance_t3d::delete_instance_t3d | ( | integer, intent(in) | ID, |
integer, intent(out) | IERR | ||
) |
[in] | ID | Id of the instance |
[out] | IERR | 0 if subroutine successfull, error id otherwise |
Definition at line 413 of file api_instance_t3d.f.
subroutine, public api_instance_t3d::get_instance_error_t3d | ( | integer, intent(in) | ID, |
character(len=200), intent(out) | MESS | ||
) |
[in] | ID | Id of the instance |
[out] | MESS | The error message |
Definition at line 455 of file api_instance_t3d.f.
|
private |
[out] | ID | Id of the new instance |
[out] | IERR | 0 if subroutine successfull, error id otherwise |
Definition at line 244 of file api_instance_t3d.f.
type(instance_t3d), dimension(:), pointer, public api_instance_t3d::instance_list_t3d |
Definition at line 180 of file api_instance_t3d.f.
|
private |
Definition at line 179 of file api_instance_t3d.f.
|
private |
Definition at line 181 of file api_instance_t3d.f.