Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(inout), | optional | :: | A(:,:) | ||
real(kind=real64), | intent(inout) | :: | b(:) | |||
logical, | intent(in) | :: | is_uniform | |||
integer(kind=int32), | intent(in) | :: | edge(2) | |||
real(kind=real64), | intent(in) | :: | value_dirichlet |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(type_crs), | intent(inout), | optional | :: | A | ||
real(kind=real64), | intent(inout) | :: | b(:) | |||
logical, | intent(in) | :: | is_uniform | |||
integer(kind=int32), | intent(in) | :: | edge(2) | |||
real(kind=real64), | intent(in) | :: | value_dirichlet |
Newton-Raphson step initial condition Newton-Raphson step initial condition
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(in) | :: | 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(in) | :: | domain | |||
integer(kind=int32), | intent(in), | optional | :: | mode |
Time settings
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_bc_thermal_dirichlet), | intent(inout) | :: | self | |||
type(type_input), | intent(in) | :: | input | |||
type(type_domain), | intent(in) | :: | domain | |||
integer(kind=int32), | intent(in) | :: | id | |||
integer(kind=int32), | intent(in) | :: | i_material | |||
real(kind=real64), | intent(in) | :: | time_conv |