| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_ic_laplace), | intent(in) | :: | self | |||
| type(type_domain), | intent(in) | :: | domain | |||
| type(type_variable), | intent(inout) | :: | variable |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_ic_uniform), | intent(in) | :: | self | |||
| type(type_domain), | intent(in) | :: | domain | |||
| type(type_variable), | intent(inout) | :: | variable |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_ic_laplace), | intent(inout) | :: | self | |||
| type(type_input), | intent(in) | :: | input | |||
| character(len=*), | intent(in) | :: | initial_target |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_ic_uniform), | intent(inout) | :: | self | |||
| type(type_input), | intent(in) | :: | input | |||
| character(len=*), | intent(in) | :: | initial_target |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(abst_ic), | intent(in) | :: | self | |||
| type(type_domain), | intent(in) | :: | domain | |||
| type(type_variable), | intent(inout) | :: | variable |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(abst_ic), | intent(inout) | :: | self | |||
| type(type_input), | intent(in) | :: | input | |||
| character(len=*), | intent(in) | :: | initial_target |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=:), | public, | allocatable | :: | type |
| procedure(abst_ic_apply), public, deferred, pass(self) :: apply | |
| procedure(abst_ic_initialize), public, deferred, pass(self) :: initialize |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=:), | public, | allocatable | :: | type |
| procedure, public, pass(self) :: apply => apply_laplace | |
| procedure, public, pass(self) :: initialize => initialize_type_ic_laplace |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=:), | public, | allocatable | :: | type | |||
| real(kind=real64), | public | :: | value |
| procedure, public, pass(self) :: apply => apply_uniform | |
| procedure, public, pass(self) :: initialize => initialize_type_ic_uniform |