Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(eeq_base_type), | intent(inout) | :: | self |
subroutine setup_special_splines(self)
use splines, only: new_periodic_spline
use constants, only: twopi
implicit none
class(eeq_base_type), intent(in out) :: self
self%rbound_spl = new_periodic_spline(self%thetab, self%r_bound, twopi, &
drop_last_point = .true.)
end subroutine setup_special_splines