| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer(kind=int32), | public, | parameter | :: | mode_ic | = | -1 | |
| integer(kind=int32), | public, | parameter | :: | mode_nr | = | 0 | |
| integer(kind=int32), | public, | parameter | :: | mode_value | = | 1 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_bc_thermal_adiabatic), | intent(in) | :: | self | |||
| real(kind=real64), | intent(in) | :: | current_time | |||
| type(type_crs), | intent(inout), | optional | :: | A | ||
| real(kind=real64), | intent(inout) | :: | b(:) | |||
| type(type_domain), | intent(inout) | :: | domain | |||
| integer(kind=int32), | intent(in), | optional | :: | mode |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_bc_thermal_dirichlet), | intent(in) | :: | self | |||
| real(kind=real64), | intent(in) | :: | current_time | |||
| type(type_crs), | intent(inout), | optional | :: | A | ||
| real(kind=real64), | intent(inout) | :: | b(:) | |||
| type(type_domain), | intent(inout) | :: | domain | |||
| integer(kind=int32), | intent(in), | optional | :: | mode |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_bc_thermal_adiabatic), | intent(in) | :: | self | |||
| real(kind=real64), | intent(in) | :: | current_time | |||
| real(kind=real64), | intent(inout), | optional | :: | A(:,:) | ||
| real(kind=real64), | intent(inout) | :: | b(:) | |||
| type(type_domain), | intent(inout) | :: | domain | |||
| integer(kind=int32), | intent(in), | optional | :: | mode |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_bc_thermal_dirichlet), | intent(in) | :: | self | |||
| real(kind=real64), | intent(in) | :: | current_time | |||
| real(kind=real64), | intent(inout), | optional | :: | A(:,:) | ||
| real(kind=real64), | intent(inout) | :: | b(:) | |||
| type(type_domain), | intent(inout) | :: | domain | |||
| integer(kind=int32), | intent(in), | optional | :: | mode |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | time | |||
| real(kind=real64), | intent(in) | :: | arr_time(:) | |||
| real(kind=real64), | intent(inout) | :: | time_coefficient | |||
| integer(kind=int32), | intent(inout) | :: | idx |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(type_domain), | intent(inout) | :: | domain | |||
| integer(kind=int32), | intent(in) | :: | i_material | |||
| integer(kind=int32), | intent(inout), | allocatable | :: | target_edges(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_bc_thermal_adiabatic), | intent(inout) | :: | self | |||
| type(type_input), | intent(in) | :: | input | |||
| type(type_domain), | intent(inout) | :: | domain | |||
| integer(kind=int32), | intent(in) | :: | id | |||
| integer(kind=int32), | intent(in) | :: | i_material | |||
| real(kind=real64), | intent(in) | :: | time_conv |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_bc_thermal_dirichlet), | intent(inout) | :: | self | |||
| type(type_input), | intent(in) | :: | input | |||
| type(type_domain), | intent(inout) | :: | domain | |||
| integer(kind=int32), | intent(in) | :: | id | |||
| integer(kind=int32), | intent(in) | :: | i_material | |||
| real(kind=real64), | intent(in) | :: | time_conv |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(abst_bc_thermal), | intent(in) | :: | self | |||
| real(kind=real64), | intent(in) | :: | current_time | |||
| real(kind=real64), | intent(inout), | optional | :: | A(:,:) | ||
| real(kind=real64), | intent(inout) | :: | b(:) | |||
| type(type_domain), | intent(inout) | :: | domain | |||
| integer(kind=int32), | intent(in), | optional | :: | mode |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(abst_bc_thermal), | intent(in) | :: | self | |||
| real(kind=real64), | intent(in) | :: | current_time | |||
| type(type_crs), | intent(inout), | optional | :: | A | ||
| real(kind=real64), | intent(inout) | :: | b(:) | |||
| type(type_domain), | intent(inout) | :: | domain | |||
| integer(kind=int32), | intent(in), | optional | :: | mode |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(abst_bc_thermal), | intent(inout) | :: | self | |||
| type(type_input), | intent(in) | :: | input | |||
| type(type_domain), | intent(inout) | :: | domain | |||
| integer(kind=int32), | intent(in) | :: | id | |||
| integer(kind=int32), | intent(in) | :: | i_material | |||
| real(kind=real64), | intent(in) | :: | time_conv |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=:), | public, | allocatable | :: | boundary_name | |||
| integer(kind=int32), | public | :: | material_id | ||||
| integer(kind=int32), | private | :: | num_target_edges | ||||
| integer(kind=int32), | private, | allocatable | :: | target_edges(:,:) | |||
| real(kind=real64), | private, | allocatable | :: | time_points(:) | |||
| real(kind=real64), | private, | allocatable | :: | values(:) |
| procedure(abst_apply_bc_sparse_crs), public, deferred, pass(self) :: apply_crs | |
| procedure(abst_apply_bc_dence), public, deferred, pass(self) :: apply_dense | |
| procedure(abst_initialize_bc), public, deferred, pass(self) :: initialize |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=:), | public, | allocatable | :: | boundary_name | |||
| integer(kind=int32), | public | :: | material_id |
| procedure, public, pass(self) :: apply_crs => apply_crs_thermal_adiabatic | |
| procedure, public, pass(self) :: apply_dense => apply_dense_thermal_adiabatic | |
| procedure, public, pass(self) :: initialize => initialize_type_bc_thermal_adiabatic |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=:), | public, | allocatable | :: | boundary_name | |||
| logical, | private | :: | is_uniform | ||||
| integer(kind=int32), | public | :: | material_id |
| procedure, public, pass(self) :: apply_crs => apply_crs_thermal_dirichlet | |
| procedure, public, pass(self) :: apply_dense => apply_dense_thermal_dirichlet | |
| procedure, public, pass(self) :: initialize => initialize_type_bc_thermal_dirichlet |