A Modular Arbitrary-Order Ocean-Atmosphere Model -- Stochastic implementation
Public Attributes | List of all members
tensor::coolist4 Type Reference

4d coordinate list. Type used to represent the rank-4 sparse tensor. More...

Public Attributes

type(coolist_elem4), dimension(:), allocatable elems
 
integer nelems = 0
 

Detailed Description

4d coordinate list. Type used to represent the rank-4 sparse tensor.

Definition at line 44 of file tensor.f90.

Member Data Documentation

type(coolist_elem4), dimension(:), allocatable tensor::coolist4::elems

Definition at line 45 of file tensor.f90.

45  TYPE(coolist_elem4), DIMENSION(:), ALLOCATABLE :: elems
4d coordinate list element type. Elementary elements of the 4d sparse tensors.
Definition: tensor.f90:32
integer tensor::coolist4::nelems = 0

Definition at line 46 of file tensor.f90.

46  INTEGER :: nelems = 0

The documentation for this type was generated from the following file: