Initialize integrand.
Intentionally empty, all is done in parse_cli
method.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(integrand_oscillation), | intent(inout) | :: | self | Integrand. |
||
real(kind=R_P), | intent(in) | :: | Dt | Time step. |
pure subroutine initialize(self, Dt)
!< Initialize integrand.
!<
!< Intentionally empty, all is done in `parse_cli` method.
class(integrand_oscillation), intent(inout) :: self !< Integrand.
real(R_P), intent(in) :: Dt !< Time step.
endsubroutine initialize