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

4d coordinate list element type. Elementary elements of the 4d sparse tensors. More...

Private Attributes

integer j
 
integer k
 
integer l
 
real(kind=8) v
 

Detailed Description

4d coordinate list element type. Elementary elements of the 4d sparse tensors.

Definition at line 32 of file tensor.f90.

Member Data Documentation

integer tensor::coolist_elem4::j
private

Definition at line 33 of file tensor.f90.

33  INTEGER :: j,k,l
integer tensor::coolist_elem4::k
private

Definition at line 33 of file tensor.f90.

integer tensor::coolist_elem4::l
private

Definition at line 33 of file tensor.f90.

real(kind=8) tensor::coolist_elem4::v
private

Definition at line 34 of file tensor.f90.

34  REAL(KIND=8) :: v

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