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
integer :: n1
integer :: n2
type (equation) :: myeqThe equation defined using mod_equation