Stellarator-Tools
|
Contains module line_segment. More...
Modules | |
module | line_segment |
Module is part of the LIBSTELL. This module contains code to create a profile constructed of line sigments. These line segments are assumed to be specified such that xx(i) < xx(i + 1) | |
Functions/Subroutines | |
subroutine, public | line_segment::line_seg (x, y, xx, yy, n) |
Interpolate a point on a line. More... | |
subroutine, public | line_segment::line_seg_int (x, y, xx, yy, n) |
Integrate to a point on a line. More... | |
logical function, public | line_segment::line_seg_test () |
Line segment unit test function. More... | |
Contains module line_segment.