Subroutine helmhz2d

subroutine helmhz2d

        ! Uses
    use mod_equation

        ! Variables
    integer :: n1
    integer :: n2
    type (equation) :: myeq

end subroutine helmhz2d
A simple driver test for the chebhmz2 subroutine. Allows much fewer parameters in the call, and is thus much easier to use. Requires the use of the module mod_equation.

Author: Jan Ivar Moldekleiv

Version: 0.8


Description of Variables

n1

integer :: n1

n2

integer :: n2

myeq

type (equation) :: myeq
The equation defined using mod_equation