Defines a simulation case.
◆ case_free()
subroutine, public case::case_free |
( |
type(case_t), intent(inout) |
this | ) |
|
◆ case_init_common()
subroutine case::case_init_common |
( |
type(case_t), intent(inout), target |
this | ) |
|
|
private |
◆ case_init_from_file()
subroutine case::case_init_from_file |
( |
type(case_t), intent(inout), target |
this, |
|
|
character(len=*), intent(in) |
case_file |
|
) |
| |
|
private |
◆ case_init_from_json()
subroutine case::case_init_from_json |
( |
type(case_t), intent(inout), target |
this, |
|
|
type(json_file), intent(in) |
case_json |
|
) |
| |
|
private |