![]() |
A Modular Arbitrary-Order Ocean-Atmosphere Model -- Stochastic implementation
|
Coordinate list. Type used to represent the sparse tensor. More...
Public Attributes | |
type(coolist_elem), dimension(:), allocatable | elems |
Lists of elements tensor::coolist_elem. More... | |
integer | nelems = 0 |
Number of elements in the list. More... | |
Coordinate list. Type used to represent the sparse tensor.
Definition at line 38 of file tensor.f90.
type(coolist_elem), dimension(:), allocatable tensor::coolist::elems |
Lists of elements tensor::coolist_elem.
Definition at line 39 of file tensor.f90.
integer tensor::coolist::nelems = 0 |
Number of elements in the list.
Definition at line 40 of file tensor.f90.