step_field_2d Function

private function step_field_2d(j1, dt, eps, input, fdt) result(output)

Uses

  • proc~~step_field_2d~~UsesGraph proc~step_field_2d step_field_2d module~spectral spectral proc~step_field_2d->module~spectral module~params params module~spectral->module~params

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: j1
real, intent(in) :: dt
real, intent(in) :: eps
complex, intent(in) :: input(mx,nx,2)
complex, intent(inout) :: fdt(mx,nx)

Return Value complex (mx,nx,2)


Calls

proc~~step_field_2d~~CallsGraph proc~step_field_2d step_field_2d proc~trunct trunct proc~step_field_2d->proc~trunct

Called by

proc~~step_field_2d~~CalledByGraph proc~step_field_2d step_field_2d proc~step_field_3d step_field_3d proc~step_field_3d->proc~step_field_2d proc~step step proc~step->proc~step_field_2d proc~step->proc~step_field_3d program~speedy speedy program~speedy->proc~step proc~initialize initialize program~speedy->proc~initialize proc~first_step first_step proc~first_step->proc~step proc~initialize->proc~first_step

Contents

None