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

R_1D: this type will allow to define arrays of 1D real arrays. More...

Collaboration diagram for real_type::r_1d:
Collaboration graph

Private Member Functions

final r_1d_clear
 
type(r_1d) function r_1d_create (n)
 constructor More...
 

Private Attributes

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

Detailed Description

R_1D: this type will allow to define arrays of 1D real arrays.

Definition at line 106 of file real_type.F90.

Member Function/Subroutine Documentation

◆ r_1d_clear()

final real_type::r_1d::r_1d_clear ( )
finalprivate

Definition at line 109 of file real_type.F90.

Here is the call graph for this function:

◆ r_1d_create()

type(r_1d) function real_type::r_1d::r_1d_create ( integer, intent(in)  n)
private

constructor

Definition at line 190 of file real_type.F90.

Member Data Documentation

◆ y

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

Definition at line 107 of file real_type.F90.


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