Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(QuadraticPsi) | :: | self |
function |
|||
class(Groups) | :: | systems_groups |
Groups in the system |
|||
real(kind=pr), | intent(in) | :: | T |
Temperature [K] |
||
real(kind=pr), | intent(out), | optional | :: | psi(:,:) |
|
|
real(kind=pr), | intent(out), | optional | :: | dpsi_dt(:,:) |
|
|
real(kind=pr), | intent(out), | optional | :: | dpsi_dt2(:,:) |
|
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=pr), | public | :: | a | ||||
real(kind=pr), | public | :: | b | ||||
real(kind=pr), | public | :: | c | ||||
real(kind=pr), | public | :: | dudt | ||||
real(kind=pr), | public | :: | dudt2 | ||||
integer, | public | :: | i | ||||
integer, | public | :: | j | ||||
integer, | public | :: | ngroups | ||||
real(kind=pr), | public | :: | u |