public interface f77_rotmg
Generic old style interface for ROTMG.
Supports s, d.
See also: mfi_rotmg, srotmg, drotmg.
Subroutines
Original interface for SROTMG
See also: mfi_rotmg, rotmg.
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
real(kind=REAL32),
|
intent(inout) |
|
|
:: |
d1 |
|
|
real(kind=REAL32),
|
intent(inout) |
|
|
:: |
d2 |
|
|
real(kind=REAL32),
|
intent(inout) |
|
|
:: |
x1 |
|
|
real(kind=REAL32),
|
intent(in) |
|
|
:: |
y1 |
|
|
real(kind=REAL32),
|
intent(out) |
|
|
:: |
param(5) |
|
Original interface for DROTMG
See also: mfi_rotmg, rotmg.
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
real(kind=REAL64),
|
intent(inout) |
|
|
:: |
d1 |
|
|
real(kind=REAL64),
|
intent(inout) |
|
|
:: |
d2 |
|
|
real(kind=REAL64),
|
intent(inout) |
|
|
:: |
x1 |
|
|
real(kind=REAL64),
|
intent(in) |
|
|
:: |
y1 |
|
|
real(kind=REAL64),
|
intent(out) |
|
|
:: |
param(5) |
|