SABER
type_cv Module Reference

Control vector derived type. More...

Data Types

type  cv_type
 

Functions/Subroutines

subroutine cv_pack (cv, pcv)
 Pack. More...
 
subroutine cv_unpack (cv, pcv)
 Unpack. More...
 

Detailed Description

Control vector derived type.

Function/Subroutine Documentation

◆ cv_pack()

subroutine type_cv::cv_pack ( class(cv_type), intent(in)  cv,
real(kind_real), dimension(cv%n), intent(out)  pcv 
)
private

Pack.

Parameters
[in]cvControl variable
[out]pcvPacked control variable

Definition at line 34 of file type_cv.F90.

◆ cv_unpack()

subroutine type_cv::cv_unpack ( class(cv_type), intent(inout)  cv,
real(kind_real), dimension(cv%n), intent(in)  pcv 
)
private

Unpack.

Parameters
[in,out]cvControl variable
[in]pcvPacked control variable

Definition at line 62 of file type_cv.F90.