(git:c5411e0)
Loading...
Searching...
No Matches
pw_methods::pw_scale Interface Reference

Public Member Functions

subroutine pw_scale_r1d_rs (pw, a)
 multiplies pw coeffs with a number
 
subroutine pw_scale_r3d_rs (pw, a)
 multiplies pw coeffs with a number
 
subroutine pw_scale_c1d_rs (pw, a)
 multiplies pw coeffs with a number
 
subroutine pw_scale_c3d_rs (pw, a)
 multiplies pw coeffs with a number
 
subroutine pw_scale_r1d_gs (pw, a)
 multiplies pw coeffs with a number
 
subroutine pw_scale_r3d_gs (pw, a)
 multiplies pw coeffs with a number
 
subroutine pw_scale_c1d_gs (pw, a)
 multiplies pw coeffs with a number
 
subroutine pw_scale_c3d_gs (pw, a)
 multiplies pw coeffs with a number
 

Detailed Description

Definition at line 93 of file pw_methods.F.

Member Function/Subroutine Documentation

◆ pw_scale_r1d_rs()

subroutine pw_methods::pw_scale::pw_scale_r1d_rs ( type(pw_r1d_rs_type), intent(inout)  pw,
real(kind=dp), intent(in)  a 
)

multiplies pw coeffs with a number

Parameters
pw...
a...
History
11.2004 created [Joost VandeVondele]

Definition at line 371 of file pw_methods.F.

◆ pw_scale_r3d_rs()

subroutine pw_methods::pw_scale::pw_scale_r3d_rs ( type(pw_r3d_rs_type), intent(inout)  pw,
real(kind=dp), intent(in)  a 
)

multiplies pw coeffs with a number

Parameters
pw...
a...
History
11.2004 created [Joost VandeVondele]

Definition at line 812 of file pw_methods.F.

◆ pw_scale_c1d_rs()

subroutine pw_methods::pw_scale::pw_scale_c1d_rs ( type(pw_c1d_rs_type), intent(inout)  pw,
real(kind=dp), intent(in)  a 
)

multiplies pw coeffs with a number

Parameters
pw...
a...
History
11.2004 created [Joost VandeVondele]

Definition at line 1108 of file pw_methods.F.

◆ pw_scale_c3d_rs()

subroutine pw_methods::pw_scale::pw_scale_c3d_rs ( type(pw_c3d_rs_type), intent(inout)  pw,
real(kind=dp), intent(in)  a 
)

multiplies pw coeffs with a number

Parameters
pw...
a...
History
11.2004 created [Joost VandeVondele]

Definition at line 1549 of file pw_methods.F.

◆ pw_scale_r1d_gs()

subroutine pw_methods::pw_scale::pw_scale_r1d_gs ( type(pw_r1d_gs_type), intent(inout)  pw,
real(kind=dp), intent(in)  a 
)

multiplies pw coeffs with a number

Parameters
pw...
a...
History
11.2004 created [Joost VandeVondele]

Definition at line 519 of file pw_methods.F.

◆ pw_scale_r3d_gs()

subroutine pw_methods::pw_scale::pw_scale_r3d_gs ( type(pw_r3d_gs_type), intent(inout)  pw,
real(kind=dp), intent(in)  a 
)

multiplies pw coeffs with a number

Parameters
pw...
a...
History
11.2004 created [Joost VandeVondele]

Definition at line 961 of file pw_methods.F.

◆ pw_scale_c1d_gs()

subroutine pw_methods::pw_scale::pw_scale_c1d_gs ( type(pw_c1d_gs_type), intent(inout)  pw,
real(kind=dp), intent(in)  a 
)

multiplies pw coeffs with a number

Parameters
pw...
a...
History
11.2004 created [Joost VandeVondele]

Definition at line 1256 of file pw_methods.F.

◆ pw_scale_c3d_gs()

subroutine pw_methods::pw_scale::pw_scale_c3d_gs ( type(pw_c3d_gs_type), intent(inout)  pw,
real(kind=dp), intent(in)  a 
)

multiplies pw coeffs with a number

Parameters
pw...
a...
History
11.2004 created [Joost VandeVondele]

Definition at line 1698 of file pw_methods.F.


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