(git:c5411e0)
Loading...
Searching...
No Matches
pw_types::pw_r3d_rs_type Type Reference

Public Member Functions

procedure, non_overridable, public create (pw, pw_grid, array_ptr)
 allocates and initializes pw_r3d_rs_type
 
procedure, non_overridable, public release (pw)
 releases the given pw
 

Data Fields

real(kind=dp), dimension(:, :, :), pointer, contiguous array => NULL()
 
type(pw_grid_type), pointer pw_grid => NULL()
 

Detailed Description

Definition at line 62 of file pw_types.F.

Member Function/Subroutine Documentation

◆ create()

procedure, non_overridable, public pw_types::pw_r3d_rs_type::create ( class(pw_r3d_rs_type), intent(inout)  pw,
type(pw_grid_type), intent(in), pointer  pw_grid,
real(kind=dp), dimension(:, :, :), intent(in), optional, pointer, contiguous  array_ptr 
)
final

allocates and initializes pw_r3d_rs_type

Parameters
pwthe type that will bw allocated and initialized
pw_grid...
array_ptrpointer with to data
History
11.2003 created [fawzi]
Author
fawzi

Definition at line 66 of file pw_types.F.

◆ release()

procedure, non_overridable, public pw_types::pw_r3d_rs_type::release ( class(pw_r3d_rs_type), intent(inout)  pw)
final

releases the given pw

Parameters
pwthe pw to release
History
04.2003 created [fawzi]
Author
fawzi
Note
see doc/ReferenceCounting.html

Definition at line 67 of file pw_types.F.

Field Documentation

◆ array

real(kind=dp), dimension(:, :, :), pointer, contiguous pw_types::pw_r3d_rs_type::array => NULL()

Definition at line 63 of file pw_types.F.

◆ pw_grid

type(pw_grid_type), pointer pw_types::pw_r3d_rs_type::pw_grid => NULL()

Definition at line 64 of file pw_types.F.


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