Retrieve rational damping parameters from functional name or ID
Retrieve rational damping parameters from functional name
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | functional | |||
class(damping_param), | intent(out), | allocatable | :: | param | ||
real(kind=wp), | intent(in), | optional | :: | s9 |
Retrieve rational damping parameters from functional ID
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | id | |||
class(damping_param), | intent(out), | allocatable | :: | param | ||
real(kind=wp), | intent(in), | optional | :: | s9 |