FV3 Bundle
fitcoeff_define::fitcoeff_create Interface Reference

Private Member Functions

pure subroutine fitcoeff_1d_create (self, dimensions)
 
pure subroutine fitcoeff_2d_create (self, dimensions)
 
pure subroutine fitcoeff_3d_create (self, dimensions)
 

Detailed Description

Definition at line 70 of file FitCoeff_Define.f90.

Member Function/Subroutine Documentation

◆ fitcoeff_1d_create()

pure subroutine fitcoeff_define::fitcoeff_create::fitcoeff_1d_create ( type(fitcoeff_1d_type), intent(out)  self,
integer, dimension(1), intent(in)  dimensions 
)
private

Definition at line 325 of file FitCoeff_Define.f90.

◆ fitcoeff_2d_create()

pure subroutine fitcoeff_define::fitcoeff_create::fitcoeff_2d_create ( type(fitcoeff_2d_type), intent(out)  self,
integer, dimension(2), intent(in)  dimensions 
)
private

Definition at line 353 of file FitCoeff_Define.f90.

◆ fitcoeff_3d_create()

pure subroutine fitcoeff_define::fitcoeff_create::fitcoeff_3d_create ( type(fitcoeff_3d_type), intent(out)  self,
integer, dimension(3), intent(in)  dimensions 
)
private

Definition at line 381 of file FitCoeff_Define.f90.


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