![]() |
A Modular Arbitrary-Order Ocean-Atmosphere Model -- Stochastic implementation
|
Coordinate list element type. Elementary elements of the sparse tensors. More...
Private Attributes | |
integer | j |
Index \(j\) of the element. More... | |
integer | k |
Index \(k\) of the element. More... | |
real(kind=8) | v |
Value of the element. More... | |
Coordinate list element type. Elementary elements of the sparse tensors.
Definition at line 25 of file tensor.f90.
|
private |
Index \(j\) of the element.
Definition at line 26 of file tensor.f90.
|
private |
Index \(k\) of the element.
Definition at line 27 of file tensor.f90.
|
private |
Value of the element.
Definition at line 28 of file tensor.f90.