| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=:), | public, | allocatable | :: | boundary_name | |||
| integer(kind=int32), | public | :: | material_id |
| 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_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_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, extends(abst_bc_thermal) :: type_bc_thermal_adiabatic contains procedure, pass(self) :: initialize => initialize_type_bc_thermal_adiabatic !& procedure, pass(self) :: apply_dense => apply_dense_thermal_adiabatic !& procedure, pass(self) :: apply_crs => apply_crs_thermal_adiabatic !& end type type_bc_thermal_adiabatic