init_polygon_in_mesh Interface

interface
public module subroutine init_polygon_in_mesh(self, equi, mesh, inds, dir_counterclockwise, dbgout)

Arguments

Type IntentOptional Attributes Name
class(polygon_in_mesh_t), intent(inout) :: self

Instance of type

class(equilibrium_t) :: equi

Equilibrium

type(mesh_cart_t), intent(in) :: mesh

Mesh

integer, intent(in), dimension(:) :: inds

Indices (on mesh) of polygon

logical, intent(in), optional :: dir_counterclockwise

If true (=default) the direction of the polygons is set counter-clockwise otherwise it is clockwise

integer, intent(in), optional :: dbgout

Debug output level

Description

Initialises polygon in mesh