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

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...
 

Detailed Description

Coordinate list element type. Elementary elements of the sparse tensors.

Definition at line 25 of file tensor.f90.

Member Data Documentation

integer tensor::coolist_elem::j
private

Index \(j\) of the element.

Definition at line 26 of file tensor.f90.

26  INTEGER :: j !< Index \f$j\f$ of the element
integer tensor::coolist_elem::k
private

Index \(k\) of the element.

Definition at line 27 of file tensor.f90.

27  INTEGER :: k !< Index \f$k\f$ of the element
real(kind=8) tensor::coolist_elem::v
private

Value of the element.

Definition at line 28 of file tensor.f90.

28  REAL(KIND=8) :: v !< Value of the element

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