Common formulas used at multiple places.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | C6(:) | |||
real(kind=dp), | intent(in) | :: | alpha(:) | |||
type(grad_t), | intent(out), | optional | :: | domega | ||
type(grad_request_t), | intent(in), | optional | :: | grad |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | alpha_0(:) | |||
real(kind=dp), | intent(in) | :: | omega(:) | |||
type(quad_pt_t), | intent(in) | :: | freq(0:) | |||
type(grad_t), | intent(out), | allocatable | :: | dalpha(:) | ||
type(grad_request_t), | intent(in) | :: | grad |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | alpha(:,0:) | |||
type(quad_pt_t), | intent(in) | :: | freq(0:) | |||
real(kind=dp), | intent(out), | optional | allocatable | :: | dC6_dalpha(:,:) | |
logical, | intent(in), | optional | :: | grad |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | alpha(:) | |||
real(kind=dp), | intent(out), | optional | allocatable | :: | dsigma_dalpha(:) | |
logical, | intent(in), | optional | :: | grad |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:) | |||
real(kind=dp), | intent(in) | :: | yp(:) | |||
real(kind=dp), | intent(in) | :: | y(:) | |||
real(kind=dp), | intent(in) | :: | q | |||
type(grad_t), | intent(out), | optional | :: | dx | ||
type(grad_request_t), | intent(in), | optional | :: | grad |