V3FIT
|
Construction interface using either path_construct_int or path_construct_vertex. More...
Public Member Functions | |
type(path_int_class) function, pointer | path_construct_int (method, npoints, length) |
Construct a single path_int_class. More... | |
type(vertex) function, pointer | path_construct_vertex (position) |
Construct a single vertex. More... | |
Construction interface using either path_construct_int or path_construct_vertex.
Definition at line 75 of file integration_path.f.
type (path_int_class) function, pointer integration_path::path_construct::path_construct_int | ( | character (len=*), intent(in) | method, |
integer, intent(in) | npoints, | ||
real (rprec), intent(in) | length | ||
) |
Construct a single path_int_class.
Allocates memory and initializes a path_int_class object.
[in] | method | Integartion method to use. |
[in] | npoints | Number of quadrature points to use. |
[in] | length | Length of the interval. |
Definition at line 116 of file integration_path.f.
type (vertex) function, pointer integration_path::path_construct::path_construct_vertex | ( | real (rprec), dimension(3), intent(in) | position | ) |
Construct a single vertex.
Allocates memory and initializes a vertex object.
[in] | position | Cartesian position of the vertex object. |
Definition at line 167 of file integration_path.f.