Choral
Private Member Functions | Private Attributes | List of all members
real_type::r_2d Interface Reference

R_2D: this type will allow to define arrays of 2D real arrays. More...

Collaboration diagram for real_type::r_2d:
Collaboration graph

Private Member Functions

final r_2d_clear
 
type(r_2d) function r_2d_create (n1, n2)
 constructor More...
 

Private Attributes

real(rp), dimension(:,:), allocatable y
 

Detailed Description

R_2D: this type will allow to define arrays of 2D real arrays.

Definition at line 114 of file real_type.F90.

Member Function/Subroutine Documentation

◆ r_2d_clear()

final real_type::r_2d::r_2d_clear ( )
finalprivate

Definition at line 117 of file real_type.F90.

Here is the call graph for this function:

◆ r_2d_create()

type(r_2d) function real_type::r_2d::r_2d_create ( integer, intent(in)  n1,
integer, intent(in)  n2 
)
private

constructor

Definition at line 200 of file real_type.F90.

Member Data Documentation

◆ y

real(rp), dimension(:,:), allocatable real_type::r_2d::y
private

Definition at line 115 of file real_type.F90.


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