make_polygon_from_params Subroutine

public subroutine make_polygon_from_params(self, N_points, X_points, Y_points, polygon)

Makes polygon from

Type Bound

divertor_equilibrium_t

Arguments

Type IntentOptional Attributes Name
class(divertor_equilibrium_t), intent(in) :: self
integer, intent(in) :: N_points
real(kind=FP), intent(in), dimension(N_points) :: X_points
real(kind=FP), intent(in), dimension(N_points) :: Y_points
class(polygon2d_t), intent(out) :: polygon