V3FIT
Public Member Functions | List of all members
integration_path::path_construct Interface Reference

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...
 

Detailed Description

Construction interface using either path_construct_int or path_construct_vertex.

Definition at line 75 of file integration_path.f.

Member Function/Subroutine Documentation

◆ path_construct_int()

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.

Parameters
[in]methodIntegartion method to use.
[in]npointsNumber of quadrature points to use.
[in]lengthLength of the interval.
Returns
A pointer to a constructed path_int_class object.

Definition at line 116 of file integration_path.f.

◆ path_construct_vertex()

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.

Parameters
[in]positionCartesian position of the vertex object.
Returns
A pointer to a constructed vertex object.

Definition at line 167 of file integration_path.f.


The documentation for this interface was generated from the following file: