Toggle navigation
GRILLIX
Documentation
Contents
Source Files
Modules
Procedures
Derived Types
Program
Source Files
Modules
Procedures
Derived Types
Program
is_periodic
Function
5 statements
Source File
polygon_in_mesh_m.f90
polygon_in_mesh_m
is_periodic
Contents
public pure function is_periodic(self) result(res)
Returns tru if polygon is closed (periodic)
Type Bound
polygon_in_mesh_t
Arguments
Type
Intent
Optional
Attributes
Name
class(
polygon_in_mesh_t
),
intent(in)
::
self
Instance of the type
Return Value
logical
Contents